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

16 lines
650 B
PHP
Raw Normal View History

2015-06-26 01:31:53 -03:00
<?php defined('BLUDIT') or die('Bludit CMS.');
2015-03-27 01:00:01 +00:00
2015-06-26 01:31:53 -03:00
// ============================================================================
2021-03-19 16:42:17 -03:00
// Authorization
2015-08-02 21:49:12 -03:00
// ============================================================================
2015-06-26 01:31:53 -03:00
// ============================================================================
2021-03-19 16:42:17 -03:00
// Functions
2015-06-26 01:31:53 -03:00
// ============================================================================
// ============================================================================
2021-03-19 16:42:17 -03:00
// Main
2015-06-26 01:31:53 -03:00
// ============================================================================
2021-03-19 16:42:17 -03:00
// HTML <title>
$layout['title'] = $L->g('Dashboard') . ' - ' . $layout['title'];