From 67ab17e716fdd0e5ef637317c54a0073018c792d Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Nov 2011 16:02:54 +1100 Subject: [PATCH] ... --- .../8b/b1/6dea6df49df571827b55c09e4e19.php | 97 ------------------- 1 file changed, 97 deletions(-) delete mode 100644 templates/cache/8b/b1/6dea6df49df571827b55c09e4e19.php diff --git a/templates/cache/8b/b1/6dea6df49df571827b55c09e4e19.php b/templates/cache/8b/b1/6dea6df49df571827b55c09e4e19.php deleted file mode 100644 index 5792c026..00000000 --- a/templates/cache/8b/b1/6dea6df49df571827b55c09e4e19.php +++ /dev/null @@ -1,97 +0,0 @@ -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; - } -}