News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Gallery description in Coppermine configuration.

Started by Hrdchrgr, February 01, 2004, 08:18:10 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hrdchrgr

I am on the configuration page of my gallery and I have named my gallery in the setting that says "Gallery name".
The next setting in the config page says "Gallery description", I have filled that in also BUT I want this setting to be displayed on my page in italic. How or where do I do this. Please forgive me if I have not viewed a post that already deals with this topic.

Thanks
Hrdchrgr

Casper

Hi Hrdchrgr,

open themes/your_theme/template.html.

Find;
<h3>{GAL_DESCRIPTION}</h3><br />

change it to this;
<h3><I>{GAL_DESCRIPTION}</I></h3><br />
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

Hrdchrgr

Thanks casper, that did the trick. You the man! :P