Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
cache
/
42
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* default/template/error/not_found.twig */ class __TwigTemplate_5b38e272d54cc822871b86a226c2ab6181d675d73a6d63d49b7fbe230f78707a extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo (isset($context["header"]) ? $context["header"] : null); echo " <div id=\"error-not-found\" class=\"container\"> <ul class=\"breadcrumb\"> "; // line 4 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["breadcrumbs"]) ? $context["breadcrumbs"] : null)); foreach ($context['_seq'] as $context["_key"] => $context["breadcrumb"]) { // line 5 echo " <li><a href=\""; echo $this->getAttribute($context["breadcrumb"], "href", array()); echo "\">"; echo $this->getAttribute($context["breadcrumb"], "text", array()); echo "</a></li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['breadcrumb'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 7 echo " </ul> <div class=\"row\">"; // line 8 echo (isset($context["column_left"]) ? $context["column_left"] : null); echo " "; // line 9 if (((isset($context["column_left"]) ? $context["column_left"] : null) && (isset($context["column_right"]) ? $context["column_right"] : null))) { // line 10 echo " "; $context["class"] = "col-sm-6"; // line 11 echo " "; } elseif (((isset($context["column_left"]) ? $context["column_left"] : null) || (isset($context["column_right"]) ? $context["column_right"] : null))) { // line 12 echo " "; $context["class"] = "col-sm-9"; // line 13 echo " "; } else { // line 14 echo " "; $context["class"] = "col-sm-12"; // line 15 echo " "; } // line 16 echo " <div id=\"content\" class=\""; echo (isset($context["class"]) ? $context["class"] : null); echo "\">"; echo (isset($context["content_top"]) ? $context["content_top"] : null); echo " <h1>"; // line 17 echo (isset($context["heading_title"]) ? $context["heading_title"] : null); echo "</h1> <p>"; // line 18 echo (isset($context["text_error"]) ? $context["text_error"] : null); echo "</p> <div class=\"buttons clearfix\"> <div class=\"pull-right\"><a href=\""; // line 20 echo (isset($context["continue"]) ? $context["continue"] : null); echo "\" class=\"btn btn-primary\">"; echo (isset($context["button_continue"]) ? $context["button_continue"] : null); echo "</a></div> </div> "; // line 22 echo (isset($context["content_bottom"]) ? $context["content_bottom"] : null); echo "</div> "; // line 23 echo (isset($context["column_right"]) ? $context["column_right"] : null); echo "</div> </div> "; // line 25 echo (isset($context["footer"]) ? $context["footer"] : null); echo " "; } public function getTemplateName() { return "default/template/error/not_found.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 99 => 25, 94 => 23, 90 => 22, 83 => 20, 78 => 18, 74 => 17, 67 => 16, 64 => 15, 61 => 14, 58 => 13, 55 => 12, 52 => 11, 49 => 10, 47 => 9, 43 => 8, 40 => 7, 29 => 5, 25 => 4, 19 => 1,); } } /* {{ header }}*/ /* <div id="error-not-found" class="container">*/ /* <ul class="breadcrumb">*/ /* {% for breadcrumb in breadcrumbs %}*/ /* <li><a href="{{ breadcrumb.href }}">{{ breadcrumb.text }}</a></li>*/ /* {% endfor %}*/ /* </ul>*/ /* <div class="row">{{ column_left }}*/ /* {% if column_left and column_right %}*/ /* {% set class = 'col-sm-6' %}*/ /* {% elseif column_left or column_right %}*/ /* {% set class = 'col-sm-9' %}*/ /* {% else %}*/ /* {% set class = 'col-sm-12' %}*/ /* {% endif %}*/ /* <div id="content" class="{{ class }}">{{ content_top }}*/ /* <h1>{{ heading_title }}</h1>*/ /* <p>{{ text_error }}</p>*/ /* <div class="buttons clearfix">*/ /* <div class="pull-right"><a href="{{ continue }}" class="btn btn-primary">{{ button_continue }}</a></div>*/ /* </div>*/ /* {{ content_bottom }}</div>*/ /* {{ column_right }}</div>*/ /* </div>*/ /* {{ footer }}*/ /* */