koblog/bl-kernel/admin/controllers/new-content.php

19 lines
706 B
PHP
Raw Normal View History

2015-05-05 01:00:01 +00:00
<?php defined('BLUDIT') or die('Bludit CMS.');
2015-08-02 21:49:12 -03:00
// ============================================================================
2020-11-30 22:00:54 +01:00
// Authorization
2015-08-02 21:49:12 -03:00
// ============================================================================
2019-05-13 18:26:35 +02:00
checkRole(array('admin', 'editor', 'author'));
2018-07-25 23:42:00 +02:00
2015-07-14 01:41:32 -03:00
// ============================================================================
// Functions
// ============================================================================
2015-08-02 21:49:12 -03:00
// ============================================================================
2020-11-30 22:00:54 +01:00
// Main
// ============================================================================
2020-11-30 22:00:54 +01:00
// View HTML <title>
$layout['title'] = $L->g('New content') . ' - ' . $layout['title'];