Changeset 3375
- Timestamp:
- 03/07/15 19:29:16 (8 years ago)
- Location:
- themes/flavin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/flavin/_define.php
r3365 r3375 18 18 /* Description*/ "Flavin in pink, blue or green", 19 19 /* Author */ "Steven Tlucek, Pierre Van Glabeke", 20 /* Version */ '1. 3',20 /* Version */ '1.4', 21 21 array( 22 22 'type' => 'theme' -
themes/flavin/_public.php
r3294 r3375 23 23 } 24 24 25 $url = $core->blog->settings-> themes_url.'/'.$core->blog->settings->theme;25 $url = $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme; 26 26 echo '<link rel="stylesheet" type="text/css" media="screen" href="'.$url."/".$style.".css\" />\n"; 27 27 } -
themes/flavin/changelog
r3365 r3375 1 v1.4 (07/03/2015) - Pierre Van Glabeke : 2 * modif setting 3 1 4 v1.3 (17/02/2015) - Pierre Van Glabeke : 2 5 * modifications css
Note: See TracChangeset
for help on using the changeset viewer.