Changeset 2260:592e42e0b7fb for inc/admin
- Timestamp:
- 10/04/13 18:04:41 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2252 r2260 1186 1186 if ($has_details || $has_support) { 1187 1187 $line .= 1188 '<span class="mod-more">' .__('Help:').' ';1188 '<span class="mod-more">'; 1189 1189 1190 1190 if ($has_details) { … … 1221 1221 } 1222 1222 1223 $line .= '<div class="current-actions">'; 1224 1223 1225 if (file_exists(path::real($this->core->blog->themes_path.'/'.$id).'/_config.php')) { 1224 1226 $line .= … … 1229 1231 $line .= 1230 1232 $this->core->callBehavior('adminCurrentThemeDetails', $this->core, $id, $module); 1233 1234 $line .= '</div>'; 1231 1235 } 1232 1236
Note: See TracChangeset
for help on using the changeset viewer.