From a743c06b732cf6ae8d605379551ac03a87a9bf48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 28 Aug 2008 14:08:19 +0000 Subject: [PATCH] Fix for missing menu dot --- inc/modules/guest/action-online.php | 2 +- inc/mysql-manager.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/modules/guest/action-online.php b/inc/modules/guest/action-online.php index 83a4079d60..e8df9e7777 100644 --- a/inc/modules/guest/action-online.php +++ b/inc/modules/guest/action-online.php @@ -71,7 +71,7 @@ LOAD_TEMPLATE("online_now"); if (EXT_IS_ACTIVE("active")) { // Add link to "we were active today" page - LOAD_TEMPLATE("guest_menu_bottom", false, "".$_CONFIG['middot'].GUEST_ACTIVE_LINK.""); + LOAD_TEMPLATE("guest_menu_bottom", false, "".$_CONFIG['menu_blur_spacer'].GUEST_ACTIVE_LINK.""); } // diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 23a57e5821..637424ef9d 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -343,7 +343,7 @@ function ADD_MENU($MODE, $act, $wht) { } // Menu title - $content .= $_CONFIG['middot'].$sub_title; + $content .= $_CONFIG['menu_blur_spacer'].$sub_title; if ($test) { $content .= ""; -- 2.30.2