Change the Appearance of a Gallery Website Photo Album
If you want to change the appearance of a Gallery website photo album, navigate to the directory gallery/html_wrap (assuming gallery/ is the root folder of your Gallery installation). This folder contains header and footer files for all pages in Gallery.
Once you’ve found this folder its pretty easy to guess which files control the header and footer of particular pages. For instance:
gallery.header.default = HTML header for the main index page
album.header.default = HTML header for all albums
photo.footer.default = HTML footer for individual photo pages
For safety I create a backup of the file before changing it:
cp gallery.header.default gallery.header.default.BAK
Categories: Code