Changeset 3018:02463a39c69a for admin/blog_theme.php
- Timestamp:
- 06/28/15 09:24:27 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2677 r3018 108 108 109 109 # -- Display modules lists -- 110 if ($core->auth->isSuperAdmin() && $list->isWritablePath()) {110 if ($core->auth->isSuperAdmin()) { 111 111 112 112 # Updated modules from repo … … 233 233 # --BEHAVIOR-- themesToolsTabs 234 234 $core->callBehavior('themesToolsTabs', $core); 235 236 # -- Notice for super admin -- 237 if ($core->auth->isSuperAdmin() && !$list->isWritablePath()) { 238 echo 239 '<p class="warning">'.__('Some functions are disabled, please give write access to your themes directory to enable them.').'</p>'; 240 } 241 235 242 dcPage::helpBlock('core_blog_theme'); 236 243 dcPage::close();
Note: See TracChangeset
for help on using the changeset viewer.