Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
$filename = basename($row["path"]);
if (strlen($filename) > $config["truncate"] && $config["truncate"] != 0)
$filename = substr($filename, 0, $config["truncate"])."...";
$output .= $filename;
function plogger_get_picture_caption() {
if (!empty($GLOBALS["current_picture"]["caption"]))
return htmlentities(SmartStripSlashes($GLOBALS["current_picture"]["caption"]));
else
return " ";
}
1 to 2 of 2