Has anyone looked into this?I was curious if I could move the Home | Log In | My Account to the left part of the page, where the header search box is? I have that search box turned off. Would I put the:
andPHP Code:<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li>
sections of the tpl_header.php into the navMainSearch div? Also, would thePHP Code:<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
have to be moved up higher in the file?PHP Code:if (STORE_STATUS == '0')
If there is a way to do this and this isn't the proper way of doing it, please let me know. I am not going to mess around with the files unless I know for sure. As always, I would make a backup of all files before doing anything.
Thank you,



Reply With Quote


