$name)); } $theme->header(); if ($user->id) { if ($mod) { module_execute($mod, "user"); } else { module_iterate("submit_type"); $output .= "

". t("If you have written something or if you have some news or thoughts that you would like to share, then this is the place where you can submit new content. Fill out this form and your contribution will automatically get whisked away to our submission queue where our moderators will frown at it, poke at it and hopefully post it.") ."

"; $output .= "
\n"; $output .= "". t("Submission type") .":
\n"; foreach ($modules as $key => $value) $options .= ""; $output .= "

\n"; $output .= "\n"; //» reset « $theme->box("Submit", $output); } } else { $theme->box("Submit", t("This page requires a valid user account. Please login prior to accessing it.")); } $theme->footer(); ?>