self links in global content blocks?
Posted: Sun Nov 18, 2007 11:54 pm
I am getting a PHP fatal error when attempting to use a self link within a global content block. Reading around these forums, I get the impression that it should be possible.
This is the global content block
And this is the error
Any advice to solve the error or somehow use cms links within global content blocks?
This is the global content block
Code: Select all
<div id="footer">
<p class="links">{cms_selflink page='disclaimer-en' text='disclaimer'} | {cms_selflink page='sitemap-en' text='sitemap'} </p>
<p class="smallprint">©2007 Bleh Limited.</p>
</div><!-- #footer -->
Code: Select all
Fatal error: Call to undefined function smarty_cms_function_cms_selflink() in /path/to/cmsms/lib/content.functions.php(669) : eval()'d code on line 27