[solved] is static page
Posted: Wed Jun 08, 2011 9:22 pm
Small question, I coudn't find it in the nice book from garvinkicking, too.
Norm way do disable a sidebar is:
What's the syntac for staticpage?
{if $is_staticpage !=true} does not work
Thanks for the time spending with me
Chris
Norm way do disable a sidebar is:
Code: Select all
{if $is_single_entry !=true}
<div id="sidebar_top">
{if $rightSidebarElements > 0}
{serendipity_printSidebar side="right"}
{/if}
{if $is_staticpage !=true} does not work
Thanks for the time spending with me
Chris