parseTemplate("{FEATUREBOX|".$type."}");
if(!$text)
{
echo "
".$message = e107::getParser()->lanVars(FBLAN_25, array('x'=>$type))."
";
// e107::getMessage()->addDebug("There are no featurebox items using the ".$type." template");
}
echo $text;
unset($text);
?>