##################
# in album.cfg #
##################
find:
******
# Home button
home_button=thmb_album_home.gif
replace with:
**************
# Album button
album_button=thmb_album_home.gif
#########################
# in Photo_Album.css #
#########################
find:
******
/* Home, Search, Random, Upload, Recent Uploads */
replace with:
**************
/* Home, Album, Search, Random, Upload, Recent Uploads */
#########################
# in album_header.tml #
#########################
find:
******
<a href="####ALBUMPROG####" class="optionslink"><img class="button" src="####CONFIG=home_button####" alt="" /></a>
replace with:
*************
<a href="http://YOUR URL"><img class="button" src="http://YOUR SERVER/img/thmb_forum_home.gif" alt="" /></a>
<a href="####ALBUMPROG####" class="optionslink"><img class="button" src="####CONFIG=album_button####" alt="" /></a>
#######################################################################################
# #
# MAKE SURE YOU CHANGE THE NAME OF THE ORIGINAL BUTTON "HOME" (thmb_album_home.gif) #
# TO "thmb_forum_home.gif" and CREATE A NEW BUTTON "ALBUM" (thmb_album_home.gif) #
# #
#######################################################################################
FELIX