koblog/bl-kernel/admin/controllers/categories.php

18 lines
No EOL
679 B
PHP

<?php defined('BLUDIT') or die('Bludit CMS.');
// ============================================================================
// Authorization
// ============================================================================
checkRole(array('admin'));
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main
// ============================================================================
// HTML <title>
$layout['title'] = $L->g('Categories') . ' - ' . $layout['title'];