HTML Links HTML Links
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

HTML Links

Started by Trevor, January 13, 2004, 09:19:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Trevor

Does anyone know how I would be able to add a link to the top of the page underneath the name of the Photo Gallery?  In phpbb I could add html to the description field, but I find it doesn't work here.  Any suggestions? 8)
Regards
        Trevor
Webmaster: www.annforbes.org :
           www.watthai.net/talon :
           www.rhodes-online.net :
           www.cdfhs-aus.com

Casper

In themes/yourtheme/template.html, find this code

<h1> {GAL_NAME} </h1>
                                        <h3>{GAL_DESCRIPTION} </h3><br />
                                        {MAIN_MENU}


and add your html links after the '{GAL_NAME}'.

Note, depending on the theme, some formatting may be present, and need adding to get it to look correct.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Trevor

Quote from: "casper"In themes/yourtheme/template.html, find this code

<h1> {GAL_NAME} </h1>
                                        <h3>{GAL_DESCRIPTION} </h3><br />
                                        {MAIN_MENU}


and add your html links after the '{GAL_NAME}'.

Note, depending on the theme, some formatting may be present, and need adding to get it to look correct.

Thanks, worked well.  Just what I needed.   8)
Regards
        Trevor
Webmaster: www.annforbes.org :
           www.watthai.net/talon :
           www.rhodes-online.net :
           www.cdfhs-aus.com