fetchBehaviors();
/*if (isset($Behaviors['debug'])) {
echo "
" . preprint($Behaviors['debug']) . "
";
}
if (isset($Behaviors['messages'])) {
echo "
" . preprint($Behaviors['messages']) . "
";
}*/
if ($Behaviors['data']) {
$table = APIgoatDoc::getDocs($Behaviors['data'], ['Code' => 'Modifiers']);
return $content . div($table, '', "class='site-main'");
} else {
return $content . "
Error" . preprint($Behaviors);
}
}
}