parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 $location = "overall_header.html"; $namespace = false; if (strpos($location, '@') === 0) { $namespace = substr($location, 1, strpos($location, '/') - 1); $previous_look_up_order = $this->env->getNamespaceLookUpOrder(); $this->env->setNamespaceLookUpOrder(array($namespace, '__main__')); } $this->loadTemplate("overall_header.html", "ucp_register.html", 1)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } // line 2 echo "
"; // line 108 $location = "overall_footer.html"; $namespace = false; if (strpos($location, '@') === 0) { $namespace = substr($location, 1, strpos($location, '/') - 1); $previous_look_up_order = $this->env->getNamespaceLookUpOrder(); $this->env->setNamespaceLookUpOrder(array($namespace, '__main__')); } $this->loadTemplate("overall_footer.html", "ucp_register.html", 108)->display($context); if ($namespace) { $this->env->setNamespaceLookUpOrder($previous_look_up_order); } } public function getTemplateName() { return "ucp_register.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 326 => 108, 316 => 101, 312 => 100, 308 => 99, 304 => 98, 297 => 93, 296 => 92, 293 => 91, 286 => 87, 281 => 85, 276 => 82, 274 => 81, 271 => 80, 257 => 78, 253 => 77, 251 => 76, 246 => 73, 245 => 72, 242 => 71, 239 => 70, 230 => 67, 221 => 66, 215 => 65, 201 => 64, 198 => 63, 194 => 62, 188 => 60, 185 => 59, 184 => 58, 181 => 57, 169 => 56, 161 => 53, 156 => 52, 153 => 51, 152 => 50, 148 => 48, 147 => 47, 139 => 44, 134 => 43, 126 => 40, 119 => 39, 111 => 36, 106 => 35, 98 => 32, 91 => 31, 88 => 30, 86 => 29, 80 => 27, 77 => 26, 71 => 25, 63 => 22, 53 => 17, 41 => 10, 31 => 2, 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("", "ucp_register.html", ""); } }