From e1d07a21ba208ddac0f5ec19d4853e8fe37459ad Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Wed, 18 Feb 2015 15:33:32 +0100 Subject: [PATCH] Added transparent pixel helper image --- src/include/functions_common.php | 1 + src/templates/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/include/functions_common.php b/src/include/functions_common.php index d338048..c474774 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -702,6 +702,7 @@ function InitFrontEndVariables() { global $content; + $content['IMG_SPACER'] = $content['BASEPATH'] . "images/spacer.gif"; $content['MENU_FOLDER_OPEN'] = $content['BASEPATH'] . "images/icons/folder_closed.png"; $content['MENU_FOLDER_CLOSED'] = $content['BASEPATH'] . "images/icons/folder.png"; $content['MENU_HOMEPAGE'] = $content['BASEPATH'] . "images/icons/home.png"; diff --git a/src/templates/index.html b/src/templates/index.html index d88df06..90f6a5c 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -25,12 +25,12 @@
- + - + - - + +