koblog/bl-kernel/admin/controllers/plugins-position.php

19 lines
676 B
PHP
Raw Normal View History

2018-02-06 18:26:59 +01:00
<?php defined('BLUDIT') or die('Bludit CMS.');
// ============================================================================
// Authorization
2018-02-06 18:26:59 +01:00
// ============================================================================
2018-05-20 21:48:43 +02:00
checkRole(array('admin'));
2018-02-06 18:26:59 +01:00
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main
2018-02-06 18:26:59 +01:00
// ============================================================================
// HTML <title>
$layout['title'] = $L->g('Plugin') . ' - ' . $layout['title'];