I have the following question. In a website I'm using global content blocks for the navigation. I use something like this:
Code: Select all
<div id="subnav">
<ul>
<li>{cms_selflink page='who' text='Who we are'}</li>
<li>{cms_selflink page='what' text='What we do'}</li>
<li>{cms_selflink page='contact' text='Contact'}</li>
</ul>
</div>Thanks in advance!

