{if $theme.item.childCount == $theme.item.descendentCount}
Contains Albums & Pictures
{else}
All pictures in album
{/if}
As for the thumbnail size i got a work around.
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Wed, 2008-03-12 19:53
Why do you need to know in PHP if an album has sub-albums? I think I know how to do it in a tpl file.
To change the size of the thumbnail click edit album (do it on the root album if you want to do it all) then on the Album tab change the thumbnail size.
undertoe
Joined: 2008-01-31
Posts: 32
Posted: Wed, 2008-03-12 20:08
is this not the THEME DEVELOPMENT forum....... nevermind I figured it out already.
Posts: 32
Never mind I figured it out.
{if $theme.item.childCount == $theme.item.descendentCount}
Contains Albums & Pictures
{else}
All pictures in album
{/if}
As for the thumbnail size i got a work around.
Posts: 808
Why do you need to know in PHP if an album has sub-albums? I think I know how to do it in a tpl file.
To change the size of the thumbnail click edit album (do it on the root album if you want to do it all) then on the Album tab change the thumbnail size.
Posts: 32
is this not the THEME DEVELOPMENT forum....... nevermind I figured it out already.
Thanks for the help