Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
function plogger_get_collection_desc() {
return $GLOBALS['current_collection']['description'];
}<?php plogger_get_header();
$desc = plogger_get_collection_desc();
?>function plogger_get_collection_desc($specialchars = false) {
if ($specialchars) {
return htmlspecialchars(SmartStripSlashes($GLOBALS['current_collection']['description']), ENT_QUOTES);
}
return SmartStripSlashes($GLOBALS['current_collection']['description']);
}<?php plogger_get_header();
$desc = plogger_get_collection_desc();
?>1 to 1 of 1