Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter silversmurf

    (@silversmurf)

    I wanna be able to specify the CSS class for the generated list (ul/ol) within your code.

    generate-code.php:213

    $className = getFromOptions("userClassName");
    $code .= '<' . $list_type . ( !empty($className) ? ' class="' . $className . '"' : ''  ) . ">\n";

    instead of:
    $code .= '<' . $list_type . ">\n";

    Do you understand?

Viewing 1 replies (of 1 total)