Ignore:
Timestamp:
Mar 5, 2010, 11:53:47 PM (14 years ago)
Author:
roby
Message:

Continua sostituzione funzioni ereg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/tour/button.php

    r17 r25  
    3131        for ($i=0; $i < sizeof($menulist); $i++) {
    3232                if($menulist[$i]!="") {
    33                         $tl = preg_replace("lang-","",$menulist[$i]);
    34                         $tl = preg_replace(".php","",$tl);
     33                        $tl = preg_replace("/lang-/","",$menulist[$i]);
     34                        $tl = preg_replace("/.php/","",$tl);
    3535                        $altlang = ucfirst($tl);
    3636                       
Note: See TracChangeset for help on using the changeset viewer.