parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; } public function getTemplateName() { return "navbar_footer.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 195 => 66, 188 => 62, 184 => 61, 181 => 60, 178 => 59, 176 => 58, 169 => 54, 165 => 53, 162 => 52, 159 => 51, 157 => 50, 154 => 49, 147 => 45, 141 => 44, 138 => 43, 136 => 42, 130 => 39, 126 => 38, 123 => 37, 120 => 36, 119 => 35, 114 => 34, 113 => 33, 110 => 32, 97 => 28, 81 => 27, 78 => 26, 76 => 25, 73 => 24, 71 => 23, 60 => 19, 56 => 18, 53 => 17, 50 => 16, 48 => 15, 45 => 14, 38 => 10, 34 => 9, 31 => 8, 28 => 7, 26 => 6, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "navbar_footer.html", ""); } }