equal
deleted
inserted
replaced
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 */ |
20 */ |
21 |
21 |
22 require_once("inc/toolkit.inc.php"); |
22 require_once("inc/toolkit.inc.php"); |
23 include_once("inc/header.inc.php"); |
23 include_once("inc/header.inc.php"); |
24 verify_permission(templ_perm_edit) ? $perm_templ_perm_edit = "1" : $perm_templ_perm_edit = "0" ; |
24 verify_permission('templ_perm_edit') ? $perm_templ_perm_edit = "1" : $perm_templ_perm_edit = "0" ; |
25 |
25 |
26 $permission_templates = get_list_permission_templates() ; |
26 $permission_templates = get_list_permission_templates() ; |
27 |
27 |
28 if ($perm_templ_perm_edit == "0") { |
28 if ($perm_templ_perm_edit == "0") { |
29 error(ERR_PERM_EDIT_PERM_TEMPL); |
29 error(ERR_PERM_EDIT_PERM_TEMPL); |