diff --git a/core/module/sitemap/view/index/index.css b/core/module/sitemap/view/index/index.css index d7c543b0..05c72d6a 100755 --- a/core/module/sitemap/view/index/index.css +++ b/core/module/sitemap/view/index/index.css @@ -1 +1,17 @@ -/* Vide */ \ No newline at end of file +/** + * This file is part of Zwii. + * + * For full copyright and license information, please see the LICENSE + * file that was distributed with this source code. + * + * @author Rémi Jean + * @copyright Copyright (C) 2008-2018, Rémi Jean + * @author Frédéric Tempez + * @copyright Copyright (C) 2018-2021, Frédéric Tempez + * @license GNU General Public License, version 3 + * @link http://zwiicms.fr/ + */ + + ul { + list-style-type: circle; + } \ No newline at end of file diff --git a/core/module/sitemap/view/index/index.php b/core/module/sitemap/view/index/index.php index 6ae5361c..e52b486c 100755 --- a/core/module/sitemap/view/index/index.php +++ b/core/module/sitemap/view/index/index.php @@ -23,13 +23,22 @@