How to make the "Gallery description" text an html How to make the "Gallery description" text an html
 

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 to make the "Gallery description" text an html

Started by william, December 10, 2003, 11:46:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

william

What file(s) need to be modified to make the "Gallery description" text an html link?

Thanks in advance!

William

Joachim Müller

edit /themes/yourtheme/template.html and look for {GAL_DESCRIPTION}Change it to<a href="your_url_goes_here">{GAL_DESCRIPTION}</a>

Is this what you had in mind?

GauGau

william

Yes, that was exactly what I was looking for. Thank you very much for the unexpectedly speedy reply!

William