Changeset 2566:9bf417837888 for admin/blog_theme.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2499 r2566 21 21 # -- Page helper -- 22 22 $list = new adminThemesList( 23 $core->themes, 23 $core->themes, 24 24 $core->blog->themes_path, 25 25 $core->blog->settings->system->store_theme_url … … 113 113 $modules = $list->store->get(true); 114 114 if (!empty($modules)) { 115 echo 115 echo 116 116 '<div class="multi-part" id="update" title="'.html::escapeHTML(__('Update themes')).'">'. 117 117 '<h3>'.html::escapeHTML(__('Update themes')).'</h3>'. … … 159 159 ); 160 160 161 echo 161 echo 162 162 '</div>'; 163 163 } … … 181 181 ); 182 182 183 echo 183 echo 184 184 '</div>'; 185 185 }
Note: See TracChangeset
for help on using the changeset viewer.