Changeset 394:9fa9eca626a3 for themes/ductile/_public.php
- Timestamp:
- 06/19/11 12:04:50 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_public.php
r389 r394 28 28 public static function ductileStyleHelper() 29 29 { 30 $s = $GLOBALS['core']->blog->settings->themes-> ductile_style;30 $s = $GLOBALS['core']->blog->settings->themes->get($GLOBALS['core']->blog->settings->system->theme.'_style'); 31 31 32 32 if ($s === null) {
Note: See TracChangeset
for help on using the changeset viewer.