Changeset 25 for trunk/client/temi/tour/button.php
- Timestamp:
- Mar 5, 2010, 11:53:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/tour/button.php
r17 r25 31 31 for ($i=0; $i < sizeof($menulist); $i++) { 32 32 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); 35 35 $altlang = ucfirst($tl); 36 36
Note:
See TracChangeset
for help on using the changeset viewer.