env->getGlobals(), $context); // line 1 echo " \tgetAttribute($this->getContext($context, 'config'), "url_stylesheet", array(), "any", false); echo "\" /> \t"; // line 5 if ($this->getAttribute($this->getContext($context, 'config'), "url_favicon", array(), "any", false)) { echo "getAttribute($this->getContext($context, 'config'), "url_favicon", array(), "any", false); echo "\" />"; } // line 6 echo "\t"; echo $this->getAttribute($this->getContext($context, 'board'), "url", array(), "any", false); echo " - "; echo $this->getAttribute($this->getContext($context, 'board'), "name", array(), "any", false); echo " \t \t \t"; // line 9 if ($this->getAttribute($this->getContext($context, 'config'), "meta_keywords", array(), "any", false)) { echo "getAttribute($this->getContext($context, 'config'), "meta_keywords", array(), "any", false); echo "\" />"; } // line 10 echo "\tgetAttribute($this->getContext($context, 'config'), "uri_stylesheets", array(), "any", false); echo $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "default_stylesheet", array(), "any", false), 1, array(), "any", false); echo "\" /> \t"; // line 11 if ((!$this->getContext($context, 'nojavascript'))) { echo ""; } // line 12 echo "\t"; if ($this->getAttribute($this->getContext($context, 'config'), "recaptcha", array(), "any", false)) { echo ""; } // line 27 echo " \t"; // line 29 echo $this->getAttribute($this->getContext($context, 'boardlist'), "top", array(), "any", false); echo " \t"; // line 30 if ($this->getContext($context, 'pm')) { echo "
You have getAttribute($this->getContext($context, 'pm'), "id", array(), "any", false); echo "\">an unread PM"; if (($this->getAttribute($this->getContext($context, 'pm'), "waiting", array(), "any", false) > 0)) { echo ", plus "; echo $this->getAttribute($this->getContext($context, 'pm'), "waiting", array(), "any", false); echo " more waiting"; } echo ".

"; } // line 31 echo "\t"; if ($this->getAttribute($this->getContext($context, 'config'), "url_banner", array(), "any", false)) { echo "getAttribute($this->getContext($context, 'config'), "url_banner", array(), "any", false); echo "\" "; if (($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false) || $this->getAttribute($this->getContext($context, 'config'), "banner_height", array(), "any", false))) { echo "style=\""; if ($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false)) { echo "width:"; echo $this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false); echo "px"; } echo ";"; if ($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false)) { echo "height:"; echo $this->getAttribute($this->getContext($context, 'config'), "banner_height", array(), "any", false); echo "px"; } echo "\" "; } echo "alt=\"\" />"; } // line 32 echo "\t

"; echo $this->getAttribute($this->getContext($context, 'board'), "url", array(), "any", false); echo " - "; echo $this->getAttribute($this->getContext($context, 'board'), "name", array(), "any", false); echo "

\t
"; // line 33 if ($this->getAttribute($this->getContext($context, 'board'), "title", array(), "any", false)) { echo $this->getAttribute($this->getContext($context, 'board'), "title", array(), "any", false); } echo "

"; if ($this->getContext($context, 'mod')) { echo ""; echo gettext("Return to dashboard"); echo ""; } echo "

\t \t
"; // line 35 echo gettext("Posting mode: Reply"); echo " getContext($context, 'return'); echo "\">["; echo gettext("Return"); echo "]
\t \t"; // line 37 $this->env->loadTemplate("post_form.html")->display($context); // line 38 echo "\t \t"; // line 39 if ($this->getAttribute($this->getContext($context, 'config'), "blotter", array(), "any", false)) { echo "
"; echo $this->getAttribute($this->getContext($context, 'config'), "blotter", array(), "any", false); echo "
"; } // line 40 echo "\t
\t
getAttribute($this->getContext($context, 'config'), "post_url", array(), "any", false); echo "\" method=\"post\"> \tgetAttribute($this->getContext($context, 'board'), "uri", array(), "any", false); echo "\" /> \t"; // line 43 if ($this->getContext($context, 'mod')) { echo ""; } // line 44 echo "\t"; echo $this->getContext($context, 'body'); echo " \t
\t\t"; // line 46 echo gettext("Delete Post"); echo " [ \t\t ] \t\t\t \t\t\t \t
\t
\t\t \t\t\t \t\t\t \t
\t
\tgetContext($context, 'return'); echo "\">["; echo gettext("Return"); echo "] \t"; // line 59 echo $this->getAttribute($this->getContext($context, 'boardlist'), "bottom", array(), "any", false); echo " \t

Powered by Tinyboard "; // line 60 echo $this->getAttribute($this->getContext($context, 'config'), "version", array(), "any", false); echo " | Tinyboard Copyright © 2010-2011 Tinyboard Development Group

\t

All trademarks, copyrights, comments, and images on this page are owned by or are the responsibility of their respective parties.

\t\t "; } public function getTemplateName() { return "thread.html"; } public function isTraitable() { return false; } }