3 Star 0 Fork 0

Gitee 极速下载 / magix-cms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/magix-cms/magixcms
克隆/下载
plugins.php 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
gtraxx 提交于 2016-12-28 16:00 . Fix #138 mega dropdown
<?php
/*
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of MAGIX CMS.
# MAGIX CMS, The content management system optimized for users
# Copyright (C) 2008 - 2013 magix-cms.com <support@magix-cms.com>
#
# OFFICIAL TEAM :
#
# * Gerits Aurelien (Author - Developer) <aurelien@magix-cms.com> <contact@aurelien-gerits.be>
#
# Redistributions of files must retain the above copyright notice.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# -- 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 <aurelien@magix-cms.com> | <gerits.aurelien@gmail.com>
* @name plugins
*
*/
/**
* Charge toutes les Classes de l'application
*/
require('lib/mcfrontend.php');
$plugins = new frontend_controller_plugins();
if($plugins->getplugin()){
$create = new frontend_controller_plugins();
$config = new frontend_model_config($create);
$config->load_data_setting();
$plugins->display_plugins();
}
?>
1
https://gitee.com/mirrors/magix-cms.git
git@gitee.com:mirrors/magix-cms.git
mirrors
magix-cms
magix-cms
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891