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

    (@relativo82)

    this is the change I made:
    ORIGINAL:

    $uri = str_replace($home[1], '', $uri[0]);
    $uri = preg_replace("@^([/]?)(.*?)([/]?)$@", "$2", $uri);
    $uri = mysql_real_escape_string($uri);

    MY CODE:

    $uri = preg_replace("@^([/]?)(.*?)([/]?)$@", "$2", $uri);
    $uri= "?".$uri[1];

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Widget Block] work ?!’ is closed to new replies.