how the freak can i get the $_GET variables in the theme template?! i want to hide the sidebar.tpl depending on if i'm on the 'home' gallery page or not...
thinking of checking for g2_itemId... any other way?
thank you...
{if empty($theme.parent)} this is the root album {/if}
or
{php} if ($_GET['something'] == 'something') { {/php}
Posts: 8601
{if empty($theme.parent)} this is the root album {/if}
or
{php} if ($_GET['something'] == 'something') { {/php}