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

18 lines
677 B
PHP
Raw Normal View History

2015-05-05 01:00:01 +00:00
<?php defined('BLUDIT') or die('Bludit CMS.');
2015-05-14 22:07:45 +00:00
// ============================================================================
2020-11-30 22:00:54 +01:00
// Authorization
2015-05-14 22:07:45 +00:00
// ============================================================================
2018-05-20 21:48:43 +02:00
checkRole(array('admin'));
2015-05-14 22:07:45 +00:00
2015-05-05 01:00:01 +00:00
// ============================================================================
// Functions
// ============================================================================
2015-08-02 21:49:12 -03:00
// ============================================================================
2020-11-30 22:00:54 +01:00
// Main
2015-08-02 21:49:12 -03:00
// ============================================================================
2021-03-19 16:42:17 -03:00
// HTML <title>
2020-11-30 22:00:54 +01:00
$layout['title'] = $L->g('Settings') . ' - ' . $layout['title'];