Changeset 1358:f117338392dc for plugins/aboutConfig
- Timestamp:
- 08/14/13 14:16:36 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r1348 r1358 115 115 <body> 116 116 <?php 117 if (!empty($_GET['upd'])) { 118 dcPage::message(__('Configuration successfully updated')); 119 } 120 121 if (!empty($_GET['upda'])) { 122 dcPage::message(__('Settings definition successfully updated')); 123 } 124 dcPage::breadcrumb( 117 echo dcPage::breadcrumb( 125 118 array( 126 119 __('System') => '', … … 128 121 '<span class="page-title">'.__('about:config').'</span>' => '' 129 122 )); 123 if (!empty($_GET['upd'])) { 124 dcPage::message(__('Configuration successfully updated')); 125 } 126 127 if (!empty($_GET['upda'])) { 128 dcPage::message(__('Settings definition successfully updated')); 129 } 130 130 ?> 131 131
Note: See TracChangeset
for help on using the changeset viewer.