Changeset 1334:bbbe0735f18b for plugins/aboutConfig
- Timestamp:
- 08/12/13 09:27:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r1312 r1334 126 126 dcPage::message(__('Settings definition successfully updated')); 127 127 } 128 ?> 129 <h2><?php echo __('System'); ?> › <span class="page-title">about:config</span></h2> 128 dcPage::breadcrumb( 129 array( 130 __('System') => '', 131 '<span class="page-title">'.__('about:config').'</span>' => '' 132 )); 133 ?> 130 134 131 135 <div id="local" class="multi-part" title="<?php echo sprintf(__('Settings for %s'),html::escapeHTML($core->blog->name)); ?>">
Note: See TracChangeset
for help on using the changeset viewer.