<?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'];