- Timestamp:
- Mar 29, 2010, 5:14:21 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r5357 r5448 1950 1950 case 'themes_new': 1951 1951 case 'themes_installed': 1952 case 'theme': 1952 1953 case 'languages_installed': 1953 1954 return 5; -
trunk/include/template.class.php
r5446 r5448 577 577 function load_themeconf($dir) 578 578 { 579 global $themeconfs, $conf , $page;579 global $themeconfs, $conf; 580 580 581 581 $dir = realpath($dir);
Note: See TracChangeset
for help on using the changeset viewer.