Jump to content

.tpl files > link


nandotx

Recommended Posts

How can I create more links in the footer like this "contact-us":

 

<li class="item"> <a href="{$link-> getPageLink ($ contact_url, true)} "title =" {ls = 'Contact us' mod =' blockcms'} "> {ls = 'Contact us' mod = 'blockcms'} </ a> </ li>

 

I have more .tpl files created and I need to know how to create links to them.

 

Thanks!

Link to comment
Share on other sites

 

How can I create more links in the footer like this "contact-us":
 
<li class="item"> <a href="{$link-> getPageLink ($ contact_url, true)} "title =" {ls = 'Contact us' mod =' blockcms'} "> {ls = 'Contact us' mod = 'blockcms'} </ a> </ li>
 
I have more .tpl files created and I need to know how to create links to them.
 
Thanks!

 

 

what you meant by "more .tpl files created" ? 

how you display these .tpl files? as a separate pages? if so, how the urls to pages look like?

Link to comment
Share on other sites

what you meant by "more .tpl files created" ? 

how you display these .tpl files? as a separate pages? if so, how the urls to pages look like?

 
I need to create the following links:
 
www.url.com / about-us
www.url.com / disclamer
www.url.com / privacy
 
Not like this:
 
www.url.com/4-about-us
www.url.com/1-disclamer
www.url.com/10-privacy
 
And I think to use .tpl files.
Edited by nandotx (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...