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

26 lines
1 KiB
PHP
Raw Normal View History

<?php defined('KOBLOG') or die('Koblog CMS.');
2015-08-08 16:44:25 +02:00
// ============================================================================
// Check role
// ============================================================================
2018-05-20 21:48:43 +02:00
checkRole(array('admin'));
2015-08-08 16:44:25 +02:00
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main before POST
// ============================================================================
// ============================================================================
// POST Method
// ============================================================================
// ============================================================================
// Main after POST
// ============================================================================
// Title of the page
$layout['title'] .= ' - '.$L->g('Plugins');