Home
last modified time | relevance | path

Searched refs:alert_to_remove_cats (Results 1 – 4 of 4) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-admin_structures.php111 $alert_to_remove_cats = []; variable
197 $alert_to_remove_cats[] = $cat_name;
220 $smarty->assign('alert_to_remove_cats', $alert_to_remove_cats);
H A Dtiki-edit_structure.php66 $alert_to_remove_cats = []; variable
286 $alert_to_remove_cats[] = $cat_name;
319 $smarty->assign('alert_to_remove_cats', $alert_to_remove_cats);
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-admin_structures.tpl46 {if count($alert_to_remove_cats) > 0}
49 {foreach from=$alert_to_remove_cats item=thecat}
H A Dtiki-edit_structure.tpl42 {if count($alert_to_remove_cats) > 0}
45 {foreach from=$alert_to_remove_cats item=thecat}