How do i add.... How do i add....
 

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

How do i add....

Started by jeffreyt, January 09, 2004, 11:07:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jeffreyt

Hello,

I'm using the "Rainy Day" theme at my site. In this theme, the "Gallery description" is not shown. Can i add this in the theme where-ever i want?

Iff so, is this the good code? : <h2>&nbsp;{GAL_DISCR}</h2>

Thanks in advance.

Jeffreyt

Joachim Müller

no, you can't make up your own var names and hope they work.
Edit /themes/rainy_day/template.html and add
Quote{GAL_DESCRIPTION}
wherever you want.
You can use these vars (or better still: placeholders) in your template file (mind you, the order is not at will):
{TITLE}
{META}
{GAL_NAME}
{GAL_DESCRIPTION}
{MAIN_MENU}
{ADMIN_MENU}
{GALLERY}

GauGau