forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: BrianB on June 23, 2006, 06:59:09 am

Title: Adding text to displayimage.php
Post by: BrianB on June 23, 2006, 06:59:09 am
I would like to add text to the displayimage.php  page. Specifically, I want to add the instruction to, "Click the photo to see the full size picture." So it would need to be either above or below the photo on displayimage.php. I tried putting it in theme.php, but it ended up showing the the line of text twice when the comments are also shown. (It only showed once when comments were turned off.  Could some please tell me how to add text to that page?
Thanks!!
Brian
Title: Re: Adding text to displayimage.php
Post by: Vargha on June 23, 2006, 07:12:10 am
hey see if you like something like this
edit your language for example if your using english edit lang/english.php

find
Code: [Select]
'pic_pos' => 'FILE %s/%s',
replace it with

Code: [Select]
'pic_pos' => 'FILE %s/%s, Click on the Picture to see full-size image.',