Changeset 1414:ce67e9c592b7 for plugins
- Timestamp:
- 08/16/13 15:48:37 (12 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r1315 r1414 143 143 } 144 144 $_ctx->default_tab = !empty($_GET['part']) && $_GET['part'] == 'global' ? 'global' : 'local'; 145 $_ctx-> fillPageTitle('about:config');145 $_ctx->setBreadCrumb('about:config'); 146 146 $core->tpl->display('@aboutConfig/index.html.twig'); 147 147 ?>
Note: See TracChangeset
for help on using the changeset viewer.