parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; } public function getTemplateName() { return "layout-main.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 185 => 93, 183 => 92, 180 => 91, 178 => 90, 173 => 87, 171 => 86, 166 => 83, 164 => 82, 161 => 81, 157 => 79, 149 => 76, 143 => 72, 141 => 71, 135 => 67, 133 => 66, 129 => 65, 120 => 58, 118 => 57, 112 => 53, 110 => 52, 106 => 51, 98 => 45, 96 => 44, 91 => 41, 89 => 40, 84 => 38, 76 => 32, 74 => 31, 69 => 28, 67 => 27, 62 => 25, 54 => 19, 52 => 18, 45 => 14, 41 => 13, 36 => 10, 30 => 7, 27 => 6, 25 => 5, 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("", "layout-main.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/layout-main.twig"); } }