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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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