en el codigo php encontre esto:
en el principio:
Cita: $captura = 'Mis imagenes' ;
Cita: imagerectangle($small, $hts - $htw - $fw - 1, $hts - $fh, $hts + $htw + $fw - 1, $hts + $fh, $black);
}
imagejpeg($small, $thumb);
}
if ($filenames) echo('<div>');
if ($included && $inline) {
echo('<a href="?');
if (array_key_exists('dir', $_REQUEST)) echo('dir=' . urlencode($_REQUEST['dir']) . '&');
echo('pic=' . $i . h($urlsuffix));
} else echo('<a href="' . h("$dirnamehttp/$filename"));
echo('" title="' . $captura . '" rel="lightbox[gallery7Lightbox]"> <img src="' . h("$dirnamehttp/thumbs/$filename.thumb.jpg"));
echo('" alt="' . h($captura) . '" style="');
echo("width: {$thumbsize}px; height: {$thumbsize}px\" />");
if ($filenames) echo('<p>' . h($filename) . '</p>');
echo('</a>');
if ($filenames) echo("</div>\n"); else echo("\n");
}
echo("</p>\n");
if (!$included) {
echo('<hr');
if ($filenames) echo(' class="clear"');
echo(" />\n");
}
}
}
if (!$included) echo('<p id="src"><a href="?src=true">' . w('src') . "</a></p>\n");
}
if (!$included) echo("</body>\n</html>");
?>
Si cambio 'Mis imagenes' por cualquier otro titulo, al visualizar las imagenes aparece este.
Ahora, me podria alguien explicar como puedo hacer que cada imagen tenga un comentario difirente? Se podria, si tengo un txt, hacer que cada foto tenga una comentario diferente?