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

16 lines
650 B
PHP
Raw Normal View History

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