koblog/bl-kernel/admin/controllers/settings.php
2021-03-19 16:42:17 -03:00

18 lines
No EOL
677 B
PHP

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