Hi Everybody.
I'm trying to customize the default theme.
In the album page, subalbum and images are display together.
I would like to display just subalbum or just images.
For that, i've made something like this :
`
Display : Subalbums
| Images
<?php if($_SESSION["DAOP"]==0){?>
<div id="albums">
..........
<?php } ?>
<?php if($_SESSION["DAOP"]==1){?>
..........
<?php } ?>
</div>
`
It seems to be good. Unhapilly, the printPageListWithNav function will create navigation counting subalbums and images, but not only for those who are display.
Is there a way to create something like de printPageListWithNav function but just for subalbums or just for images ?
Excuse for my so poor English.
I hope that somebody will undestand my message.
Thanks a lot for your help
Have a nice day
Brice