コード例 #1
0
ファイル: plugins.php プロジェクト: biggtfish/magixcms
# -- END LICENSE BLOCK -----------------------------------

# DISCLAIMER

# Do not edit or add to this file if you wish to upgrade MAGIX CMS to newer
# versions in the future. If you wish to customize MAGIX CMS for your
# needs please refer to http://www.magix-cms.com for more information.
*/
/**
 * MAGIX CMS
 * @category   index 
 * @package    Exec Files
 * @copyright MAGIX CMS Copyright (c) 2011 Gerits Aurelien, 
 * http://www.magix-cms.com,  http://www.magix-cjquery.com
 * @license    Dual licensed under the MIT or GPL Version 3 licenses.
 * @version    1.3
 * @author Gérits Aurélien <*****@*****.**> | <*****@*****.**>
 * @name plugins
 *
 */
/**
 * Charge toutes les Classes de l'application
 */
require 'lib/mcfrontend.php';
$plugins = new frontend_controller_plugins();
if ($plugins->getplugin()) {
    $config = new frontend_model_config();
    $create = new frontend_controller_plugins();
    $config->load_data_setting($create);
    $plugins->display_plugins();
}