View Single Post
  #2 (permalink)  
Old 03-19-2008, 05:31 AM
Bagi Zoltán's Avatar
Bagi Zoltán Bagi Zoltán is offline
Boss Cart consultant
1115 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 8
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,605
Thanks: 4
Thanked 79 Times in 14 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Hi, please open the /administrator/modules/mod_quickicon.php and delete this code from the source
Quote:
<div id="rss" style="width:850px;padding:0px 25px 0px 25px;margin:0px;filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0;"><?php
$string= $_SERVER["REQUEST_URI"];
$parsed = parse_url ( $string );
$uri .= isset($parsed['query']) ? $parsed['query'] : '';
if (empty($uri) || stristr($string, 'index2.php?mosmsg=')){
include "$mosConfig_live_site/rss/rss.php";}
?>
</div>
This must solve your problem.
Thanks
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Reply With Quote