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->getContext($context, 'title'); echo " \t \t \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 \t"; // line 13 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 14 echo "\t

"; echo $this->getContext($context, 'title'); echo "

\t
"; // line 15 if ($this->getContext($context, 'subtitle')) { echo $this->getContext($context, 'subtitle'); } echo "

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

\t"; // line 16 echo $this->getContext($context, 'body'); echo " \t
\t

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

"; } public function getTemplateName() { return "page.html"; } public function isTraitable() { return false; } }