<?php defined('BLUDIT') or die('Bludit CMS.');

// ============================================================================
// Authorization
// ============================================================================

checkRole(array('admin'));

// ============================================================================
// Functions
// ============================================================================

// ============================================================================
// Main
// ============================================================================

// HTML <title>
$layout['title'] = $L->g('Plugin') . ' - ' . $layout['title'];