From f8f315617d637f623a2f298e7e0816ee2988b780 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 8 Feb 2022 12:28:22 +0100 Subject: [PATCH] menu de fonts en cours --- core/module/theme/view/index/index.css | 3 ++- core/module/theme/view/index/index.php | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/core/module/theme/view/index/index.css b/core/module/theme/view/index/index.css index 0f66fdf7..9d32a5a3 100755 --- a/core/module/theme/view/index/index.css +++ b/core/module/theme/view/index/index.css @@ -40,7 +40,8 @@ nav li ul { #themeBack, #themeManage, #themeAdmin, -#themeAdvanced { +#themeAdvanced, +#themeFonts { position: relative; z-index: 11; } diff --git a/core/module/theme/view/index/index.php b/core/module/theme/view/index/index.php index d2b5ec4e..ef6b40d7 100644 --- a/core/module/theme/view/index/index.php +++ b/core/module/theme/view/index/index.php @@ -53,6 +53,15 @@ ]); ?> +
+
+ 'code', + 'href' => helper::baseUrl() . $this->getUrl(0) . '/fonts', + 'value' => 'Fontes' + ]); ?> +
+
@@ -98,4 +107,13 @@ ]); ?>
+
+
+ 'code', + 'href' => helper::baseUrl() . $this->getUrl(0) . '/fonts', + 'value' => 'Fontes' + ]); ?> +
+