koblog/bl-kernel/admin/controllers/add-category.php

18 lines
681 B
PHP
Raw Normal View History

2015-05-05 03:00:01 +02:00
<?php defined('BLUDIT') or die('Bludit CMS.');
2015-08-03 02:49:12 +02:00
// ============================================================================
2020-11-30 22:00:54 +01:00
// Authorization
2015-08-03 02:49:12 +02:00
// ============================================================================
checkRole(array('admin'));
2018-07-25 23:42:00 +02:00
2015-07-14 06:41:32 +02:00
// ============================================================================
// Functions
// ============================================================================
2015-08-03 02:49:12 +02:00
// ============================================================================
2020-11-30 22:00:54 +01:00
// Main
// ============================================================================
// HTML <title>
$layout['title'] = $L->g('New category') . ' - ' . $layout['title'];