File "588eb1886ea6fdab14c2ed5e70c1147446489a2760759c32395978b9bb4d8694.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/58/588eb1886ea6fdab14c2ed5e70c1147446489a2760759c32395978b9bb4d8694.php
File
size: 1.65 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* common/footer.twig */
class __TwigTemplate_ff580e3cbda0bcc4f3b8507083b95acaba2c6f11494cfe4eb74b66457c4bb33b extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<footer>
<div class=\"container\"><a href=\"http://www.opencart.com\" target=\"_blank\">";
// line 2
echo (isset($context["text_project"]) ? $context["text_project"] : null);
echo "</a>|<a href=\"http://www.opencart.com/index.php?route=documentation/introduction\" target=\"_blank\">";
echo (isset($context["text_documentation"]) ? $context["text_documentation"] : null);
echo "</a>|<a href=\"http://forum.opencart.com\" target=\"_blank\">";
echo (isset($context["text_support"]) ? $context["text_support"] : null);
echo "</a><br />
</div>
</footer>
</body></html>";
}
public function getTemplateName()
{
return "common/footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 22 => 2, 19 => 1,);
}
}
/* <footer>*/
/* <div class="container"><a href="http://www.opencart.com" target="_blank">{{ text_project }}</a>|<a href="http://www.opencart.com/index.php?route=documentation/introduction" target="_blank">{{ text_documentation }}</a>|<a href="http://forum.opencart.com" target="_blank">{{ text_support }}</a><br />*/
/* </div>*/
/* </footer>*/
/* </body></html>*/