shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

4638781d473d317ec475b5799c4fd8151f2013727469ee1c74dae819e0d5f3c1.php (1690B)


      1 <?php
      2 
      3 /* common/footer.twig */
      4 class __TwigTemplate_ac035514abfa7ec844aada228e6cd3292b63f9d357dd0b92caadef54fb753bb5 extends Twig_Template
      5 {
      6     public function __construct(Twig_Environment $env)
      7     {
      8         parent::__construct($env);
      9 
     10         $this->parent = false;
     11 
     12         $this->blocks = array(
     13         );
     14     }
     15 
     16     protected function doDisplay(array $context, array $blocks = array())
     17     {
     18         // line 1
     19         echo "<footer>
     20   <div class=\"container\"><a href=\"http://www.opencart.com\" target=\"_blank\">";
     21         // line 2
     22         echo (isset($context["text_project"]) ? $context["text_project"] : null);
     23         echo "</a>|<a href=\"http://www.opencart.com/index.php?route=documentation/introduction\" target=\"_blank\">";
     24         echo (isset($context["text_documentation"]) ? $context["text_documentation"] : null);
     25         echo "</a>|<a href=\"http://forum.opencart.com\" target=\"_blank\">";
     26         echo (isset($context["text_support"]) ? $context["text_support"] : null);
     27         echo "</a><br />
     28     </div>
     29 </footer>
     30 </body></html>";
     31     }
     32 
     33     public function getTemplateName()
     34     {
     35         return "common/footer.twig";
     36     }
     37 
     38     public function isTraitable()
     39     {
     40         return false;
     41     }
     42 
     43     public function getDebugInfo()
     44     {
     45         return array (  22 => 2,  19 => 1,);
     46     }
     47 }
     48 /* <footer>*/
     49 /*   <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 />*/
     50 /*     </div>*/
     51 /* </footer>*/
     52 /* </body></html>*/