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> {GAL_DISCR}</h2>
Thanks in advance.
Jeffreyt
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
[deleted]