parseTemplate("{FEATUREBOX|".$type."}");
if(!$text)
{
echo "
There are no featurebox items assigned to the ".$type." template
";
// e107::getMessage()->addDebug("There are no featurebox items using the ".$type." template");
}
echo $text;
unset($text);
?>