
Originally Posted by
DarkAngel
well remember to also work off a duplicate file and save the original one in case it gets messed up. sometimes placing a ~ at the end after the word php (.php~) will save the original online---sometimes it confuses the software.
ok, now as I said I did not change anything else and since you are also changing the link then it can probably be done the same way...but be careful for it does put up a fight at times...lol
iIn the following code (just an example for you to see) replace the red area with your link, the replace the blue with the name you want to call it---can be done for both places:
for new products (nuovi proditti):
<li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_NEW); ?>"><?php echo HEADER_TITLE_NEW_PRODUCTS; ?></a></li>
so it will look somewhat like this:
<li><a href="place_url_here">new name here</a></li>
do the same for the recensioni too
that gives you the new link you want (red) and the new name too (blue)
hope i did not confuse you--I am very good at that