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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How do i add....

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

Previous topic - Next topic

0 Members and 2 Guests 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