Simple links

vertti

No avatar

2006-10-08 18:09

How do I create simple links in to other pages?I know this is a silly question for most of you, but I am a rookie in php-things.. So - I want to add some links for example to the index page. Links to other pages.. Help!

Life without coding is pretending

treewood (OpenSolution)

Avatar: treewood

2006-10-08 21:46

vertti - edit templates/page.tpl in HEAD section and add link here:

<ul>
        <
li><a href="?p=productsList">$lang[products]</a></li>
        <
li><a href="?p=ordersBasket">$lang[basket]</a></li>
                
$sContentsMenu
      
</ul>

vertti

No avatar

2006-10-08 22:01

Thanks Treewood!

Life without coding is pretending

Back to top
about us | contact