Here's the code, around lines 2787 under the
function get_imagethum Code:
Content visible to verified customers only.
Now.. i want to replace $bigimage with the photo title. apparently, and i still don't understand this completely (how this php part works) i need to define $title for this section?
if i just replace it as is, no alt text appears, apparently $title is not defined in this area?
i tried putting $title in the parentheses after get_imagethumb but that causes errors. what the heck is that parentheses part anyway? it's a list of $ stuff...
do i need to do something like $title=[phototitle] ??
and can you explain what exactly these $title things are? are they basically representations of mysql data? i want to wrap my head around this php stuff a little more.
thanks!