cms_selflink dir=prev remove "Previous page" notice
Posted: Wed Aug 29, 2007 12:11 pm
Does anybody know where I can remove the "previous page" notice from the cms_selflink dir="prev" which appears?
Thanks,
Phil
Thanks,
Phil
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
{* Start relational links *}
<div class="hr"></div>
<div class="right49">
<p>{anchor anchor='main' text='^ Top'}</p>
</div>
<div class="left49">
<p>{cms_selflink dir="previous" label="Previous page: "} <br />
{cms_selflink dir="next"}</p>
</div>
{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}
{* End relational links *}