Changeset 5874 for trunk/admin/include
- Timestamp:
- Apr 16, 2010, 12:08:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/themes.class.php
r5452 r5874 382 382 { 383 383 $theme['parent'] = $val[1]; 384 } 385 if (preg_match('/["\']activable["\'].*?(true|false)/', $theme_data, $val)) 386 { 387 $theme['activable'] = get_boolean($val[1]); 384 388 } 385 389
Note: See TracChangeset
for help on using the changeset viewer.