* Template name: plugins.php * Template author: shibuya246 * * PHP version 5 * * LICENSE: Hotaru CMS 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. * * Hotaru CMS 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. * * You should have received a copy of the GNU General Public License along * with Hotaru CMS. If not, see http://www.gnu.org/licenses/. * * @category Content Management System * @package HotaruCMS * @author Hotaru CMS Team * @copyright Copyright (c) 2009 - 2013, Hotaru CMS * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License * @link http://www.hotarucms.org/ */ $h->template('admin_sidebar'); $h->showMessages(); $h->pluginHook('pages_management_top'); // Build tabs and content pages $tabs = array('Pages', 'Help'); buildTabs($h, 'pages_management', $tabs);
* Template name: plugins.php * Template author: shibuya246 * * PHP version 5 * * LICENSE: Hotaru CMS 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. * * Hotaru CMS 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. * * You should have received a copy of the GNU General Public License along * with Hotaru CMS. If not, see http://www.gnu.org/licenses/. * * @category Content Management System * @package HotaruCMS * @author Hotaru CMS Team * @copyright Copyright (c) 2009 - 2013, Hotaru CMS * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License * @link http://www.hotarucms.org/ */ $h->template('admin_sidebar'); $h->showMessages(); $themes = $h->getFiles(THEMES, array('404error.php', 'pages')); // Build tabs and content pages $tabs = array(array('Installed', array('themes' => $themes)), 'New', 'Help'); buildTabs($h, 'theme_management', $tabs);
* Template name: spam_management.php * Template author: shibuya246 * * PHP version 5 * * LICENSE: Hotaru CMS 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. * * Hotaru CMS 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. * * You should have received a copy of the GNU General Public License along * with Hotaru CMS. If not, see http://www.gnu.org/licenses/. * * @category Content Management System * @package HotaruCMS * @author Hotaru CMS Team * @copyright Copyright (c) 2009 - 2013, Hotaru CMS * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License * @link http://www.hotarucms.org/ */ $h->template('admin_sidebar'); $h->showMessages(); $themes = $h->getFiles(THEMES, array('404error.php', 'pages')); // Build tabs and content pages $tabs = array('Settings', 'Stats'); buildTabs($h, 'spam_management', $tabs);