Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
function plogger_get_picture_caption....
if (!isset($GLOBALS['current_picture']['caption']) || $GLOBALS['current_picture']['caption'] == '') {
return 'untitled';
}
function get_head_title() {
global $config;
$title = generate_title($GLOBALS['plogger_level'], $GLOBALS['plogger_id']);
if (!isset($config['gallery_name']) || $config['gallery_name'] == '') {
return ($title);
}
else {
return (SmartStripSlashes($config['gallery_name']).': '.$title);
}
}
1 to 1 of 1