Changeset 26200 for extensions
- Timestamp:
- Dec 26, 2013, 1:08:24 PM (11 years ago)
- Location:
- extensions/PersoAbout
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PersoAbout/admin/admin.php
r14971 r26200 12 12 13 13 //-------------------------------------------------------- sections definitions 14 if (!is_webmaster()) 15 { 16 array_push($page['errors'], l10n('This section is reserved for the webmaster')); 17 } 18 else 19 { 14 20 15 21 // Gestion des onglets … … 38 44 array('PPABASE' => $conf['persoAbout'],)); 39 45 40 if (isset($_POST['submitppa']) and !is_adviser())46 if (isset($_POST['submitppa'])) 41 47 { 42 48 conf_update_param('persoAbout', $_POST['perso_about']); … … 59 65 $template->set_filenames(array('plugin_admin_content' => dirname(__FILE__) . '/admin.tpl')); 60 66 $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content'); 67 } 61 68 ?> -
extensions/PersoAbout/language/en_UK/plugin.lang.php
r14971 r26200 12 12 $lang['ppa_ED'] = 'Plugin "ExtendedDescription"'; 13 13 $lang['ppa_ED_help'] = 'You can use the tags [lang] of this plugin'; 14 $lang['This section is reserved for the webmaster'] = 'This section is reserved for the webmaster'; 14 15 15 16 ?>
Note: See TracChangeset
for help on using the changeset viewer.