• Hi!
    I ]messed up] my blog trying to add some links in Sliding Door Theme.

    THE ERROR:
    Parse error: syntax error, unexpected T_IF in (.,,) line 62.

    THE CODE:
    function slider_menuparse($input) {
    $output = preg_replace(“‘page-item-\d+'”, ‘page-item-11’, $input, -1, $count);
    $numberÊ=Ê0;

    if ($count < 4) \\THIS IS THE LINE 62

    echo ‘ <!– THESE AR ETHE LINKS YOU GO TO WHEN YOU CLICK ON A SLIDING DOOR IMAGE–>
    <!– change the href to look like this: –>
    <li class=”bk1″>

    <li class=”bk2″>
    <li class=”bk3″>
    <li class=”bk4″>
    <li class=”bk5″>
    <li class=”bk6″>
    <li class=”bk7″>
    ‘;
    else {

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘php’ is closed to new replies.