koblog/bl-kernel/admin/controllers/settings.php
2020-11-30 22:00:54 +01:00

18 lines
No EOL
682 B
PHP

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