Jump to content

How to display cms links outside of info block?


Recommended Posts

I want to display several cms links in the header, therefore i added them to my header.tpl:

{foreach from=$cmslinks item=cmslink}
{if $cmslink.id_cms == 3 || $cmslink.id_cms == 4 || $cmslink.id_cms == 5}
etc.



All works fine if those links are in information block as well.
When i remove them from info block they are gone.
How do i prevent this from happening?

I cant use "{$base_dir}content/url", because i want them to be rewritten for multiple languages.

Tnx in advance.

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...