Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
cache
/
58
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>*/