Changeset 26871 for extensions
- Timestamp:
- Jan 18, 2014, 10:35:44 PM (11 years ago)
- Location:
- extensions/nbc_ThemeChanger/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/nbc_ThemeChanger/admin/nbc_ThemeChanger_admin.php
r21654 r26871 51 51 52 52 // Mise a jour des paramètres du plugin 53 if (isset($_POST['submit']) and !is_adviser())53 if (isset($_POST['submit'])) 54 54 if ( isset($_POST['categorychoise']) and isset($_POST['template'])) 55 55 { … … 143 143 144 144 //delete an association 145 if ( isset($_GET['tab']) and ($_GET['tab']=='del_assoc') and isset($_GET['cat']) and is_numeric($_GET['cat']) and !is_adviser())145 if ( isset($_GET['tab']) and ($_GET['tab']=='del_assoc') and isset($_GET['cat']) and is_numeric($_GET['cat'])) 146 146 { 147 147 … … 232 232 } 233 233 } 234 $template->assign('assoc ',$assoc );234 $template->assign('assoc2',$assoc ); 235 235 236 236 -
extensions/nbc_ThemeChanger/admin/nbc_ThemeChanger_admin.tpl
r10161 r26871 60 60 <!-- BEGIN assoc --> 61 61 <tbody> 62 {foreach from=$assoc item=assoc key=i}62 {foreach from=$assoc2 item=assoc key=i} 63 63 64 64 <tr>
Note: See TracChangeset
for help on using the changeset viewer.