Fix for missing menu dot
authorRoland Häder <roland@mxchange.org>
Thu, 28 Aug 2008 14:08:19 +0000 (14:08 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Aug 2008 14:08:19 +0000 (14:08 +0000)
inc/modules/guest/action-online.php
inc/mysql-manager.php

index 83a4079d60af37e3f18c1cc6751ff5dd2e74ad5b..e8df9e777748f31878233bc4d8ef0e5e4eda2e5f 100644 (file)
@@ -71,7 +71,7 @@ LOAD_TEMPLATE("online_now");
 if (EXT_IS_ACTIVE("active"))
 {
        // Add link to "we were active today" page
 if (EXT_IS_ACTIVE("active"))
 {
        // Add link to "we were active today" page
-       LOAD_TEMPLATE("guest_menu_bottom", false, "<A class=\"menu_blur\" href=\"".URL."/modules.php?module=index&amp;what=active\">".$_CONFIG['middot'].GUEST_ACTIVE_LINK."</A>");
+       LOAD_TEMPLATE("guest_menu_bottom", false, "<A class=\"menu_blur\" href=\"".URL."/modules.php?module=index&amp;what=active\">".$_CONFIG['menu_blur_spacer'].GUEST_ACTIVE_LINK."</A>");
 }
 
 //
 }
 
 //
index 23a57e582182a58258895cb6a94ecb91aa3dae20..637424ef9dcd6b05d1ae0d09ca2f1b4fbd6fb10f 100644 (file)
@@ -343,7 +343,7 @@ function ADD_MENU($MODE, $act, $wht) {
                                        }
 
                                        // Menu title
                                        }
 
                                        // Menu title
-                                       $content .= $_CONFIG['middot'].$sub_title;
+                                       $content .= $_CONFIG['menu_blur_spacer'].$sub_title;
 
                                        if ($test) {
                                                $content .= "</A>";
 
                                        if ($test) {
                                                $content .= "</A>";