2015-10-26 02:11:46 +01:00
|
|
|
<?php defined('BLUDIT') or die('Bludit CMS.');
|
|
|
|
|
2021-01-16 13:03:16 +01:00
|
|
|
// ============================================================================
|
|
|
|
// Authorization
|
|
|
|
// ============================================================================
|
|
|
|
|
|
|
|
// ============================================================================
|
|
|
|
// Functions
|
|
|
|
// ============================================================================
|
|
|
|
|
|
|
|
// ============================================================================
|
|
|
|
// Main
|
|
|
|
// ============================================================================
|
|
|
|
|
|
|
|
// HTML <title>
|
2018-08-05 17:54:20 +02:00
|
|
|
$layout['title'] = $L->g('About') . ' - ' . $layout['title'];
|