Quote Originally Posted by [email protected] View Post
I loaded the drop down header and somewhere along the way i screwed something up and it moved the home and login links to the right side and removed the divider
Code:
<div id="navMainLinks">
<ul class="back">
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
</ul>
</div>
Try pasting this instead of the previous code I posted. I didn't realize you wanted the dividers back.