December 5th, 2004, 08:39 PM
|
#4 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,776
|
Okay in showgallery line 513-516
if (strlen($title) > 22) {
$title = substr($title,0,22);
$title = $title . "...";
}
change the 22 to a higher number
|
| |