Quote Originally Posted by sooraj View Post
Hi,
When i tried to switch off the site map in the drop down menu i found an error.
Please update this in your css flyout header- tpl_drop_menu.php

initial line-
<?php if (defined('FILENAME_SITE_MAP')) { ?><li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li>

corrected line-
<?php if (DEFINE_SITE_MAP_STATUS <= 1) { ?><li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li>

sitemap status was not defined in the file..

The css layout was great work..keep it up..and thanks..
Yes, this among other things will be addressed in my next update... I actually already have it fixed on my test site, I just need to get it updated... thanks for the reminder!