| Author |
Message |
renink
Novice


Joined: Oct 02, 2005 Posts: 25
|
Posted: Tue Oct 18, 2005 11:59 pm Post subject: Want to add more links to top of header |
|
|
I would like to add links to "Home" and "Forums" to the top header using the same fonts and icons that would closely match the current ones. How would I go about doing that? It is not 100% clear how to get back to the forums from the gallery and the forums aren't the home page of the website.
I currently have the logo set to point back to the forums but the people I am hosting the site for aren't that computer savy and get easily confused. |
|
| Back to top |
|
|
AdBot
|
| Post subject: Want to add more links to top of header |
|
|
|
|
|
| Back to top |
|
 |
ghostsid
Beginner


Joined: Oct 22, 2005 Posts: 3
|
Posted: Sat Oct 22, 2005 10:47 pm Post subject: Re: Want to add more links to top of header |
|
|
this is what i tried, hope this helps.
1. open
gallery2/modules/core/templates/blocks/local/BreadCrumb.tpl
2. look for the link <a href="/phpBB2" class="BreadCrumb-1">Forum Index</a>
3. replace it with
<a href="/phpBB2" class="BreadCrumb-1">Home</a>
<a href="/phpBB2/gallery2.php" class="BreadCrumb-2">Forum Index</a>
Note: make sure you enter the correct url for home/forum index etc. |
|
| Back to top |
|
|
|
|
|
|
|