Changeset 17 for trunk/client/temi/tour
- Timestamp:
- Feb 20, 2010, 4:54:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/tour/button.php
r2 r17 31 31 for ($i=0; $i < sizeof($menulist); $i++) { 32 32 if($menulist[$i]!="") { 33 $tl = ereg_replace("lang-","",$menulist[$i]);34 $tl = ereg_replace(".php","",$tl);33 $tl = preg_replace("lang-","",$menulist[$i]); 34 $tl = preg_replace(".php","",$tl); 35 35 $altlang = ucfirst($tl); 36 36
Note:
See TracChangeset
for help on using the changeset viewer.