Changeset 907:da55072f8b87 for plugins/aboutConfig/index.php
- Timestamp:
- 10/25/12 14:55:54 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r589 r907 121 121 <?php 122 122 if (!empty($_GET['upd'])) { 123 echo '<p class="message">'.__('Configuration successfully updated').'</p>';123 dcPage::message(__('Configuration successfully updated')); 124 124 } 125 125 126 126 if (!empty($_GET['upda'])) { 127 echo '<p class="message">'.__('Settings definition successfully updated').'</p>';127 dcPage::message(__('Settings definition successfully updated')); 128 128 } 129 129 ?>
Note: See TracChangeset
for help on using the changeset viewer.