";
$subjectbox = "
";
// the poll is optional, be careful when changing the values here, only change if you know what you're doing ...
if(is_readable(e_PLUGIN."poll/poll_class.php")) {
require_once(e_PLUGIN."poll/poll_class.php");
$pollo = new poll;
$poll = $pollo -> renderPollForm("forum");
}
// finally, file attach is optional, again only change this if you know what you're doing ...
$fileattach = "| ".($pref['image_post'] ? LAN_390 : LAN_416)." |
";
// If the upload directory is not writable, we need to alert the user about this.
$fileattach_alert = "| ".($pref['image_post'] ? LAN_390 : LAN_416)." |
\n";
// ------------
$FORUMPOST = "
{FORMSTART}
| {BACKLINK}
|
{USERBOX}
{SUBJECTBOX}
{POLL}
{FILEATTACH}
{FORMEND}
";
?>