This is a minor bug fix and should take care of any issues some of us were having with the ADxMenu not working on some servers.
Changelog
Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 Skype: gremington
Changelog
2007-02-16 Gregory Remington <greg@mediatech.net>
Removed the trailing slash "/" before fileadmin path to IE6 css and js in TSsetup.noext.txt and TSsetup.txt which was causing the menu not to render drop downs on some servers.
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
@import "fileadmin/templates/zgrey/css/iemenu.css";
@import "fileadmin/templates/zgrey/css/ie6.css";
</style>
<script type="text/javascript" src="fileadmin/templates/zgrey/scripts/ADxMenu.js"></script>
<![endif]-->
Removed the trailing slash "/" before fileadmin path to IE6 css and js in TSsetup.noext.txt and TSsetup.txt which was causing the menu not to render drop downs on some servers.
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
@import "fileadmin/templates/zgrey/css/iemenu.css";
@import "fileadmin/templates/zgrey/css/ie6.css";
</style>
<script type="text/javascript" src="fileadmin/templates/zgrey/scripts/ADxMenu.js"></script>
<![endif]-->
Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 Skype: gremington