CompanyDirectory Anchor '^ Top' not working
Posted: Wed May 28, 2008 9:38 am
Hi all it's me again!
Setup:
CMS Made Simple 1.2.5 "Free Hill"
CompanyDirectory 1.1.3
Dependancies - CGExtensions 1.8
Operating System: Linux
PHP 4.x
MySQL 4.1
Problem:
Can't get '^ Top' anchor to function properly in a CompanyDirectory detail page.
Description:
I've been through the motions to set up the:
on all of my layout templates.
They work on all of my pages except whilst viewing a CompanyDirectory detail page, where it takes me to the default page.
Any suggestions?
Cheers,
Patrick
Setup:
CMS Made Simple 1.2.5 "Free Hill"
CompanyDirectory 1.1.3
Dependancies - CGExtensions 1.8
Operating System: Linux
PHP 4.x
MySQL 4.1
Problem:
Can't get '^ Top' anchor to function properly in a CompanyDirectory detail page.
Description:
I've been through the motions to set up the:
Code: Select all
{* Start relational links *}
<div class="hr"></div>
<div class="right49">
<p>{anchor anchor='maincontent' text='^ Top'}</p>
</div>
<div class="left49">
<p>{cms_selflink dir="previous" label="Previous page: "} <br />
{cms_selflink dir="next"}</p>
</div>
{* End relational links *}
They work on all of my pages except whilst viewing a CompanyDirectory detail page, where it takes me to the default page.
Any suggestions?
Cheers,
Patrick