17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1438 Views |
-
How do I get the page type from the templatesystem?

23 May 2008 at 6:03am
On my site I have a menu which is similar to a tree, which expands the nodes down to one level deeper than the current page. This is working fine, however, I don't want to show the children of a BlogHolder. Is this possible using only templating or do I have to subclass and override BlogHolder::Children (I'm using children for the menu)?
-
Re: How do I get the page type from the templatesystem?

23 May 2008 at 3:10pm
Use the tag "ClassName"
Ie, if you put $ClassName in your template you'll see the page type.
Or, to display the menu conditionally:
<% if ClassName != BlogHolder %>
<!-- your menu here -->
<% end_if %>
| 1438 Views | ||
|
Page:
1
|
Go to Top |


