Changeset 25018 for trunk/admin/themes_installed.php
- Timestamp:
- Oct 19, 2013, 7:43:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes_installed.php
r25005 r25018 63 63 foreach ($db_themes as $db_theme) 64 64 { 65 array_push($db_theme_ids, $db_theme['id']);65 $db_theme_ids[] = $db_theme['id']; 66 66 } 67 67 … … 144 144 } 145 145 146 array_push($tpl_themes, $tpl_theme);146 $tpl_themes[] = $tpl_theme; 147 147 } 148 148
Note: See TracChangeset
for help on using the changeset viewer.