Changes in trunk/admin/temi/facebook/menu.php [23:2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/temi/facebook/menu.php
r23 r2 227 227 for ($i=0; $i < sizeof($menulist); $i++) { 228 228 if($menulist[$i]!="") { 229 $tl = preg_replace("/lang-/","",$menulist[$i]);230 $tl = preg_replace("/.php/","",$tl);229 $tl = ereg_replace("lang-","",$menulist[$i]); 230 $tl = ereg_replace(".php","",$tl); 231 231 $altlang = ucfirst($tl); 232 232
Note:
See TracChangeset
for help on using the changeset viewer.