';
echo '
';
$form->display();
echo '
';
}
if ($intro_dispDefault) {
//$intro_content = make_clickable($intro_content); // make url in text clickable
$intro_content = text_filter($intro_content); // parse [tex] codes
if (!empty($intro_content)) {
echo "
";
}
}
if ($intro_dispCommand) {
if ( empty($intro_content) ) {
//displays "Add intro" Commands
echo "
";
} else {
// displays "edit intro && delete intro" Commands
echo "
";
}
}
?>