From: Roland Häder Date: Thu, 28 Aug 2008 14:08:19 +0000 (+0000) Subject: Fix for missing menu dot X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=a743c06b732cf6ae8d605379551ac03a87a9bf48 Fix for missing menu dot --- 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 .= "";