my last question for today:
for navigation in albums I use
`<?php printLink(getPrevAlbumURL(), "« Prev Album"); ?>
| <?php printLink(getNextAlbumURL(), "Next Album »"); ?>`
but how can I check that the links are only shown when there is a previous or next album?
thanks in advance, Connie
Comments
I didn't get the overview about the available functions until now, will try ;=)