Hello,
I have small questions to customize my installation
1. How to add pages to the sites I put the page banniere.php in the directory of my template but how to make the redirection banniere.html?
2. I wish to display the list of my albums in the footer I found this function
$_zp_current_album = 2;
while (next_album()): ?></p>
(…)
endwhile;
But how to indicate from what sub albums started? I tried putting the $_zp_current_album variable at the beginning of the function but it does not seem to work?
Thank you for your help