Hi Pierrick
Your PhpWebGallery is running very good. I uploadet about 2000 pictures until now and everything is ok. I built in all of your tipps and I'm really happy with your gallery. I hope my pupils at school will enjoy it too.
Please have a short look to my site because I've got a little question:
**Broken link**
The rectangle "Categories" ("Ordner - Home") and the rectangle with the title "OST Engelberg" are not exactly at the same height. The vertical space between the rectangle "Categories" and the windows of the browser is a little bit bigger than the vertical space between the title "Ost" and the browser window.
Can I fix that? 8-O
Thanks
Offline
I propose you to align the top of the two boxes to the title one :D
in template/default/category.vtp (1.3.0), replace
11 <td valign="top" style="width:1%;padding:10px;">
by
<td valign="top" style="width:1%;padding:5px;">
Offline