coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: szkin on January 15, 2008, 03:26:11 PM

Title: hao to edit {ALB_LINK_PIC} HTML templates?
Post by: szkin on January 15, 2008, 03:26:11 PM
hi

I want to change  <a href="displayimage-random-0--28.html"><img src="albums/test/thumb_9a.jpg" class="image" width="150" height="109" border="0" alt="20070305_ffbdbe4c916b7e4bb009a.jpg" title="Filename=9a.jpg
Filesize=208KB
Dimensions=1800x1300
Date added=Oct 29, 2007"/><br /></a>


to

<a href="displayimage-random-0--28.html"><img src="albums/test/thumb_9a.jpg" width="150"  border="0" alt="20070305_ffbdbe4c916b7e4bb009a.jpg" title="Filename=9a.jpg
Filesize=208KB
Dimensions=1800x1300
Date added=Oct 29, 2007"/><br /></a>
.

but i don't know which fire i can edit,

themes.inc.php? or  init.inc.php?

IF somebody knows .pleays tell me.

thanks 

Title: Re: hao to edit {ALB_LINK_PIC} HTML templates?
Post by: Joachim Müller on January 16, 2008, 08:32:20 AM
themes/yourtheme/theme.php
Title: Re: hao to edit {ALB_LINK_PIC} HTML templates?
Post by: szkin on January 16, 2008, 12:55:08 PM
thanks for your help!