17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 977 Views |
-
Page Type control?

18 October 2008 at 10:16am
Hi, is there any way of testing for a particular page type? For example, I only want to include certain code on gallery pages .... is there any way of doing something like this:
<% if PageType = GalleryPage %>
....
do something
....
<% end_if %> -
Re: Page Type control?

18 October 2008 at 10:38am
Hi galilee,
you can just use something like this in your template:
<% if ClassName = GalleryPage %>
| 977 Views | ||
|
Page:
1
|
Go to Top |

