This did it for me - thanks. But can I just ask how to keep the copyright stuff below that - it all disappears..Code:<li><?php /* echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?> <?php echo HEADER_TITLE_CATALOG; ?></a></li> */
This did it for me - thanks. But can I just ask how to keep the copyright stuff below that - it all disappears..Code:<li><?php /* echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?> <?php echo HEADER_TITLE_CATALOG; ?></a></li> */
Any ideas on this at all guys?But can I just ask how to keep the copyright stuff below that - it all disappears..
Even easier - use your CSS file & add the following. No templates to modify & the copyright stays in-tact.
#navSuppWrapper{
display: none;
}
Hi
I followed the instructions to remove the '<li> etc and replace with new code so that I could change the link from
http:/www.creationsdelphine.com/catalogue (the zen pages) to www.creationsdelphine.com 9The main home pages)
It worked in that it changed the name from Home to HOMEPAGES
and added the correct link... problem is that the .../catalogue link is there also
Any help appreciated as I have obviously done something wrong!