* @copyright Copyright (C) 2008-2018, Rémi Jean * @license GNU General Public License, version 3 * @link http://zwiicms.com/ */ class sitemap extends common { public static $actions = [ 'index' => self::GROUP_VISITOR ]; /** * Plan du site */ public function index() { // Valeurs en sortie $this->addOutput([ 'title' => 'Plan du site', 'view' => 'index' ]); } }