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) { ?>