Changes in trunk/client/temi/inc/button.php [17:25]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/inc/button.php
r17 r25 22 22 for ($i=0; $i < sizeof($menulist); $i++) { 23 23 if($menulist[$i]!="") { 24 $tl = preg_replace(" lang-","",$menulist[$i]);25 $tl = preg_replace(" .php","",$tl);24 $tl = preg_replace("/lang-/","",$menulist[$i]); 25 $tl = preg_replace("/.php/","",$tl); 26 26 $altlang = ucfirst($tl); 27 27
Note:
See TracChangeset
for help on using the changeset viewer.