Changeset 3155 for themes/papierpeint/_public.php
- Timestamp:
- 08/02/13 12:25:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/papierpeint/_public.php
r22 r3155 16 16 $core->addBehavior('publicHeadContent','papierpeint_publicHeadContent'); 17 17 18 function papierpeint_publicHeadContent( &$core)18 function papierpeint_publicHeadContent($core) 19 19 { 20 $style = $core->blog->settings-> papierpeint_style;20 $style = $core->blog->settings->themes->papierpeint_style; 21 21 if (!preg_match('/^1930|1950|1970$/',$style)) { 22 22 $style = '1950';
Note: See TracChangeset
for help on using the changeset viewer.