Hi
Is it possible for the Home button when clicked by a viewer, it returns the viewer to another web page (main page)
I have a main web page and I want my store to sit in the background.
thanks
Justin
Hi
Is it possible for the Home button when clicked by a viewer, it returns the viewer to another web page (main page)
I have a main web page and I want my store to sit in the background.
thanks
Justin
In a copy for your template of tpl_header.php find
Change the red highlighted href to resemble this with your desired pageCode:<div id="navMain"> <ul class="back"> <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
Code:<div id="navMain"> <ul class="back"> <li><a href=your domain name></a></li>
Hi
Thank you for your suggestion. I placed the following where you suggested:-
<li><a href="http://www.advisers-australia.com" class="drop">Main Page</a>
This created a link on the top right side next to the log in link.
This worked. Thank you for your help.
Justin