|
#1
|
|||
|
|||
|
How to change thumbnail titles?
I'm trying to get rid of the title='.....' tag in the thumbnails in the browse page. The commenting in the index file is a little scant, so in index.php I have tried editing all 13 instances of title='.....' but this does not seem to effect the title attributes of thumbnails. Does anyone know where I can do this?
|
|
#2
|
||||
|
||||
|
I'm not sure what you're trying to do.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#3
|
|||
|
|||
|
I'm trying to edit (i.e. get rid) of all the title attributes in the HTML img tags in the browse template:
e.g. <img src="thumbnails/thumb_20070825021532_r0016483.jpg" alt="a_photo_title" title="a_photo_title" class="thumbnails" /> becomes <img src="thumbnails/thumb_20070825021532_r0016483.jpg" alt="a_photo_title" class="thumbnails" /> But where is this code generated? In the index.php or somewhere else? |
|
#4
|
||||
|
||||
|
includes/functions_browse.php
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#5
|
|||
|
|||
| Post Reply |
| Thread Tools | |
|
|