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 @@