Missing link in header
snelson
Joined: 2004-04-12
Posts: 7 |
Posted: Mon, 2004-04-12 19:15 |
I have installed phpbb2.0.8 and gallery 1.4.3 RC2 and both work great. The only problem I am having is at the top in the header I only get the gallery graphic, not a word saying "Gallery". How can I add this? Thanks To see what I mean goto www.thenelsons.ws |
|
Posts: 2
Open "language/lang_english/lang_main.php"
Add "$lang['Gallery'] = "Gallery";" after the last line
Open "includes/page_header.php"
find "L_WHOSONLINE_MOD"
add "'L_GALLERY' => $lang['Gallery']," after that line
Open "templates/subSilver/overall_header.tpl"
replace your original modification to "&&<a href="{U_GALLERY}" class="mainmenu"><img src="images/g1-icon.gif" width="12" height="13" border="0" alt="{L_GALLERY}" />{L_GALLERY}</a>&"
Posts: 7
Thanks, its all working now.