From e56eb0aeb6d4592a0d23f9ce2a233e06d203f0bf Mon Sep 17 00:00:00 2001 From: Herwin Date: Wed, 12 Jun 2024 13:23:55 +0200 Subject: [PATCH] Finished fixing major styling issues, Leftovers need additions in CSS Update footer.php, head.php, and 5 more files... --- commons/DOM/footer.php | 2 +- commons/DOM/head.php | 1 + commons/DOM/header-lang.php | 6 +++--- commons/DOM/sidebar.php | 10 ++++++---- commons/DOM/utils.php | 2 +- contact/index.php | 4 ++-- index.php | 2 +- 7 files changed, 15 insertions(+), 12 deletions(-) diff --git a/commons/DOM/footer.php b/commons/DOM/footer.php index baa7c96..2f4fd35 100644 --- a/commons/DOM/footer.php +++ b/commons/DOM/footer.php @@ -12,7 +12,7 @@ include_once 'commons/langs.php';

- +

diff --git a/commons/DOM/head.php b/commons/DOM/head.php index 30ead7a..b9844b3 100644 --- a/commons/DOM/head.php +++ b/commons/DOM/head.php @@ -15,6 +15,7 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) { + '); diff --git a/commons/DOM/header-lang.php b/commons/DOM/header-lang.php index 59bd575..b03ae37 100644 --- a/commons/DOM/header-lang.php +++ b/commons/DOM/header-lang.php @@ -12,14 +12,14 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {  
- +

- +


- +

diff --git a/commons/DOM/sidebar.php b/commons/DOM/sidebar.php index 0f1a427..9f4eeec 100644 --- a/commons/DOM/sidebar.php +++ b/commons/DOM/sidebar.php @@ -13,7 +13,7 @@ if(!isset($SIDEBAR_IDS)) { function printSidebarEntry($url, $title, $icon, $activeId) { global $SIDEBAR_IDS; - echo(''); + echo(''); echo('

'); echo('' . $title . '

'); } @@ -21,10 +21,12 @@ function printSidebarEntry($url, $title, $icon, $activeId) { ?>