4 lines
130 B
PHP
4 lines
130 B
PHP
<?php defined('BLUDIT') or die('Bludit CMS.');
|
|
|
|
// Title of the page
|
|
$layout['title'] = $L->g('About') . ' - ' . $layout['title']; |