";
$subjectbox = "
";
// the poll is optional, be careful when changing the values here, only change if you know what you're doing ...
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)." |
";
// ------------
$FORUMPOST = "
{FORMSTART}
{BACKLINK}
|
{USERBOX}
{SUBJECTBOX}
{POLL}
{FILEATTACH}
{FORMEND}
{FORUMJUMP}
";
$FORUMTHREADPOSTED = "
";
$FORUMREPLYPOSTED = "
";
?>