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

18 lines
706 B
PHP

<?php defined('BLUDIT') or die('Bludit CMS.');
// ============================================================================
// Authorization
// ============================================================================
checkRole(array('admin', 'editor', 'author'));
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main
// ============================================================================
// View HTML <title>
$layout['title'] = $L->g('New content') . ' - ' . $layout['title'];