forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: jeffreyt on January 09, 2004, 11:07:36 am

Title: How do i add....
Post by: jeffreyt on January 09, 2004, 11:07:36 am
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
Title: How do i add....
Post by: Joachim Müller on January 09, 2004, 12:35:25 pm
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
Title: Re: How do i add....
Post by: nukeworker on September 14, 2005, 09:19:48 pm
[deleted]