021b3636d680c6d669913a84a2f87d6087e0651e7f6f157b21a8a62177723507.php (2389B)
1 <?php 2 3 /* common/header.twig */ 4 class __TwigTemplate_3b30874dde65e9cadc5435bc0dbb5606181784934697def12a4a9003f98db94f 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 "<!DOCTYPE html> 20 <html lang=\"en\"> 21 <head> 22 <meta charset=\"UTF-8\" /> 23 <title>"; 24 // line 5 25 echo (isset($context["title"]) ? $context["title"] : null); 26 echo "</title> 27 <base href=\""; 28 // line 6 29 echo (isset($context["base"]) ? $context["base"] : null); 30 echo "\" /> 31 <script type=\"text/javascript\" src=\"view/javascript/jquery/jquery-2.1.1.min.js\"></script> 32 <link href=\"view/javascript/bootstrap/css/bootstrap.css\" rel=\"stylesheet\" media=\"screen\" /> 33 <script src=\"view/javascript/bootstrap/js/bootstrap.js\" type=\"text/javascript\"></script> 34 <link href=\"view/javascript/font-awesome/css/font-awesome.min.css\" type=\"text/css\" rel=\"stylesheet\" /> 35 <link href=\"//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700\" rel=\"stylesheet\" type=\"text/css\" /> 36 <link rel=\"stylesheet\" type=\"text/css\" href=\"view/stylesheet/stylesheet.css\" /> 37 </head> 38 <body>"; 39 } 40 41 public function getTemplateName() 42 { 43 return "common/header.twig"; 44 } 45 46 public function isTraitable() 47 { 48 return false; 49 } 50 51 public function getDebugInfo() 52 { 53 return array ( 29 => 6, 25 => 5, 19 => 1,); 54 } 55 } 56 /* <!DOCTYPE html>*/ 57 /* <html lang="en">*/ 58 /* <head>*/ 59 /* <meta charset="UTF-8" />*/ 60 /* <title>{{ title }}</title>*/ 61 /* <base href="{{ base }}" />*/ 62 /* <script type="text/javascript" src="view/javascript/jquery/jquery-2.1.1.min.js"></script>*/ 63 /* <link href="view/javascript/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen" />*/ 64 /* <script src="view/javascript/bootstrap/js/bootstrap.js" type="text/javascript"></script>*/ 65 /* <link href="view/javascript/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet" />*/ 66 /* <link href="//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700" rel="stylesheet" type="text/css" />*/ 67 /* <link rel="stylesheet" type="text/css" href="view/stylesheet/stylesheet.css" />*/ 68 /* </head>*/ 69 /* <body>*/