Adding some buttons...

mykal

Joined: 2005-02-25
Posts: 37
Posted: Wed, 2005-03-30 23:50

My gallery is at: http://www.dirtyjeeps.com/gallery/

If you goto my main page you will see some buttons on it ("Website" :Forum" Etc Etc) They are placed there from the forums through PHP. Is there a way to add these to the gallery on top near the small Gallery logo? Where would I do that at so it shows up in all of the themes?

Thanks in advance.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2005-03-31 00:27

templates/global.tpl

 
mykal

Joined: 2005-02-25
Posts: 37
Posted: Thu, 2005-03-31 00:31

Great! thank you. Can I just rename that file to .php to make my php string work?

Do I also edit the area directly under that where it says
" Welcome, Mykal Your Album Site Admin Your Account Logout "
in the same file?

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2005-03-31 03:43

no, you can't rename the file.
put php code inside {php}...{/php}
see http://smarty.php.net/ for more documentation