17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1049 Views |
-
Page titles

15 July 2008 at 6:38am
What tag if any can I use to display the main navigation title above my sub nav?
Right now im using $MenuTitle but if I go to a sub level page the title changes to that page name.So is there a tag that references the main navigation title?

-
Re: Page titles

15 July 2008 at 8:13am
How about:
<% if Parent %>
<h2>$Parent.Title</h2>
<% else %>
<h2>$Title</h2>
<% end_if %> -
Re: Page titles

23 July 2008 at 3:44am Last edited: 23 July 2008 11:21pm
Hi.
I've created a new page type that handles forms.
I use a "Holder" that display all the forms beneath it.
What I would like to know is how can I put a link in the forms new pagetype (the page type I've created based on UserDefinedForm) to its parent (the holder, in this case)?Thank you.
EDIT: I've created a new template file for the "custom" form pagetype and I've used the code to make a link to its Parent.
I think my problem is resolved, thank you Hamish.
| 1049 Views | ||
|
Page:
1
|
Go to Top |



