Changeset 2319:abe2702e1585 for admin/blog_theme.php
- Timestamp:
- 10/09/13 08:37:56 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2314 r2319 15 15 dcPage::check('admin'); 16 16 17 # -- "First time" settings setup --18 if ($core->blog->settings->system->store_theme_url === null) {19 $core->blog->settings->system->put(20 'store_theme_url', 'http://update.dotaddict.org/dc2/themes.xml', 'string', 'Themes XML feed location', true, true21 );22 }23 24 17 # -- Loading themes -- 25 18 $core->themes = new dcThemes($core);
Note: See TracChangeset
for help on using the changeset viewer.