芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/avenida/views/a1.tar
a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php 0000644 00000013705 14716446376 0016201 0 ustar 00 parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
env, $this->getAttribute(($context["theme"] ?? null), "uri", [0 => "img/avatar.jpg"], "method"), "html", null, true); echo "\" />
"; // line 6 echo twig_escape_filter($this->env, $this->getAttribute(($context["currentUser"] ?? null), "userName", []), "html", null, true); echo "
"; // line 7 echo twig_escape_filter($this->env, ($context["clock"] ?? null), "html", null, true); echo "
env, $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("user.preferences.form"), "html", null, true); echo "\" title=\""; echo __("Preferences"); echo "\">"; echo __("Preferences"); echo "
env, $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("user.edit.profile.form"), "html", null, true); echo "\" title=\""; echo __("Edit Profile"); echo "\">"; echo __("Edit Profile"); echo "
"; // line 13 echo __("Reshow welcome"); echo "
"; // line 14 if (($context["horizontalNav"] ?? null)) { // line 15 echo "
env, $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("about"), "html", null, true); echo "\" title=\""; echo __("About the CMS"); echo "\">"; echo __("About"); echo "
"; } // line 17 echo "
env, $this->getAttribute(($context["helpService"] ?? null), "link", [], "method"), "html", null, true); echo "\">"; echo __("Help"); echo "
"; // line 18 if ( !($context["hideLogout"] ?? null)) { // line 19 echo "
env, ($context["logoutUrl"] ?? null), "html", null, true); echo "\">"; echo __("Logout"); echo "
"; } // line 22 echo "
"; } public function getTemplateName() { return "authed-user-menu.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 104 => 22, 95 => 20, 92 => 19, 90 => 18, 83 => 17, 73 => 15, 71 => 14, 67 => 13, 58 => 11, 50 => 10, 44 => 7, 40 => 6, 34 => 3, 30 => 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 Source("
{{ currentUser.userName }}
{{ clock }}
{% trans \"Preferences\" %}
{% trans \"Edit Profile\" %}
{% trans \"Reshow welcome\" %}
{% if horizontalNav %}
{% trans \"About\" %}
{% endif %}
{% trans \"Help\" %}
{% if not hideLogout %}
{% trans \"Logout\" %}
{% endif %}
", "authed-user-menu.twig", "/home/mgatv524/public_html/edurocha/views/authed-user-menu.twig"); } } a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php 0000644 00000010703 14716446376 0015754 0 ustar 00 blocks = [ 'formTitle' => [$this, 'block_formTitle'], 'callBack' => [$this, 'block_callBack'], 'formButtons' => [$this, 'block_formButtons'], 'formHtml' => [$this, 'block_formHtml'], ]; } protected function doGetParent(array $context) { // line 24 return "form-base.twig"; } protected function doDisplay(array $context, array $blocks = []) { // line 25 $context["forms"] = $this->loadTemplate("forms.twig", "schedule-recurrence-form-delete.twig", 25)->unwrap(); // line 24 $this->parent = $this->loadTemplate("form-base.twig", "schedule-recurrence-form-delete.twig", 24); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 27 public function block_formTitle($context, array $blocks = []) { // line 28 echo " "; echo __("Delete Recurring Event."); } // line 31 public function block_callBack($context, array $blocks = []) { echo "setupScheduleForm"; } // line 33 public function block_formButtons($context, array $blocks = []) { // line 34 echo " "; echo __("Help"); echo ", XiboHelpRender(\""; echo twig_escape_filter($this->env, ($context["help"] ?? null), "html", null, true); echo "\") "; // line 35 echo __("Cancel"); echo ", XiboDialogClose() "; // line 36 echo __("Yes"); echo ", \$(\"#scheduleRecurrenceDeleteForm\").submit() "; } // line 39 public function block_formHtml($context, array $blocks = []) { // line 40 echo "
env, $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("schedule.recurrence.delete", ["id" => $this->getAttribute(($context["event"] ?? null), "eventId", [])]), "html", null, true); echo "\"> "; // line 43 ob_start(function () { return ''; }); echo __("Are you sure you want to delete this recurring event? Clicking Yes will delete this event from
all
displays."); $context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 44 echo " "; echo $context["forms"]->getmessage(($context["message"] ?? null)); echo " "; // line 46 echo $context["forms"]->gethidden("eventStart", ($context["eventStart"] ?? null)); echo " "; // line 47 echo $context["forms"]->gethidden("eventEnd", ($context["eventEnd"] ?? null)); echo "
"; } public function getTemplateName() { return "schedule-recurrence-form-delete.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 104 => 47, 100 => 46, 94 => 44, 90 => 43, 86 => 42, 82 => 40, 79 => 39, 73 => 36, 69 => 35, 62 => 34, 59 => 33, 53 => 31, 48 => 28, 45 => 27, 40 => 24, 38 => 25, 32 => 24,); } /** @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 Source("", "schedule-recurrence-form-delete.twig", "/home/mgatv524/public_html/edurocha/views/schedule-recurrence-form-delete.twig"); } } error_log; 0000644 00000116215 14716446376 0006604 0 ustar 00 [18-Sep-2023 21:09:51 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [23-Sep-2023 16:55:56 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [23-Sep-2023 17:49:19 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [25-Sep-2023 17:54:59 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [25-Sep-2023 17:55:04 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [25-Sep-2023 17:55:06 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [25-Sep-2023 18:32:40 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [25-Sep-2023 18:32:42 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [25-Sep-2023 18:32:45 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [27-Sep-2023 00:19:05 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [27-Sep-2023 00:19:06 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [27-Sep-2023 00:19:08 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [27-Sep-2023 01:26:44 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [27-Sep-2023 01:26:46 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [27-Sep-2023 01:26:47 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [08-Oct-2023 02:29:29 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [24-Oct-2023 19:58:35 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [24-Oct-2023 20:25:47 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [31-Oct-2023 06:17:57 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [31-Oct-2023 06:39:05 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [06-Nov-2023 01:49:15 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [12-Nov-2023 15:28:19 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [12-Nov-2023 15:28:22 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [12-Nov-2023 15:28:24 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [14-Nov-2023 10:09:12 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [14-Nov-2023 10:09:18 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [14-Nov-2023 10:09:22 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [14-Nov-2023 21:09:41 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [14-Nov-2023 21:09:46 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [14-Nov-2023 21:09:54 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [16-Nov-2023 06:11:28 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [16-Nov-2023 06:11:35 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [16-Nov-2023 06:11:42 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [22-Nov-2023 17:45:41 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [23-Nov-2023 13:06:46 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [25-Nov-2023 07:55:58 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [26-Nov-2023 01:59:06 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [26-Nov-2023 22:55:10 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [28-Nov-2023 13:01:36 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [05-Dec-2023 07:59:58 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [05-Dec-2023 11:15:19 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [18-Dec-2023 15:47:10 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [27-Dec-2023 23:14:21 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [01-Jan-2024 04:33:41 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [03-Jan-2024 15:27:02 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [03-Jan-2024 21:28:23 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [04-Jan-2024 00:35:33 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [17-Jan-2024 13:33:45 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [17-Jan-2024 20:20:46 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [18-Jan-2024 01:23:58 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [06-Feb-2024 04:12:40 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [06-Feb-2024 04:13:50 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [06-Feb-2024 06:15:56 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [06-Feb-2024 06:28:05 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [11-Feb-2024 11:41:35 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [11-Feb-2024 18:33:10 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [11-Feb-2024 21:32:30 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [12-Feb-2024 08:53:24 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [17-Feb-2024 01:10:46 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [17-Feb-2024 03:03:08 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [17-Feb-2024 03:55:34 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [23-Feb-2024 02:42:10 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [23-Feb-2024 02:49:55 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [29-Feb-2024 00:40:53 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [29-Feb-2024 01:41:29 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [29-Feb-2024 03:40:06 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [18-Mar-2024 04:42:54 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [18-Mar-2024 05:08:35 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [18-Mar-2024 06:43:44 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [18-Mar-2024 07:01:53 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [18-Mar-2024 08:02:10 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [18-Mar-2024 08:15:11 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [01-Apr-2024 03:45:23 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [01-Apr-2024 09:59:51 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [01-Apr-2024 20:23:34 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [03-Apr-2024 00:06:43 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [03-Apr-2024 00:06:44 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [05-Apr-2024 04:45:38 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [14-Apr-2024 20:54:36 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [07-May-2024 01:37:39 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [08-May-2024 14:47:32 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [11-May-2024 04:33:08 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [15-May-2024 13:17:27 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [15-May-2024 13:17:32 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [15-May-2024 13:17:35 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [15-May-2024 17:56:32 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [15-May-2024 17:56:36 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [15-May-2024 17:56:40 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [16-May-2024 06:11:15 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [16-May-2024 06:11:18 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [16-May-2024 06:11:23 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [19-May-2024 22:07:19 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [19-May-2024 22:07:23 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [19-May-2024 22:07:27 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [09-Jun-2024 11:35:13 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [09-Jun-2024 11:44:42 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [09-Jun-2024 12:35:20 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [09-Jun-2024 13:17:17 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [15-Jun-2024 18:19:06 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [15-Jun-2024 22:47:09 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [15-Jun-2024 23:50:18 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [16-Jun-2024 01:00:03 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [02-Jul-2024 12:12:28 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [02-Jul-2024 12:12:30 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [02-Jul-2024 12:12:32 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [02-Jul-2024 13:10:07 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [05-Jul-2024 06:09:26 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [05-Jul-2024 06:09:39 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [05-Jul-2024 06:09:45 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [12-Jul-2024 15:02:23 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [13-Jul-2024 01:25:07 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [13-Jul-2024 23:32:48 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [17-Jul-2024 20:55:48 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [18-Jul-2024 00:51:03 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [23-Jul-2024 17:57:56 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [23-Jul-2024 17:58:00 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [23-Jul-2024 17:58:04 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [27-Jul-2024 17:38:54 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [27-Jul-2024 17:43:44 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [27-Jul-2024 18:44:19 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [27-Jul-2024 19:44:56 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [27-Jul-2024 20:20:30 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [27-Jul-2024 21:23:42 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [31-Jul-2024 16:58:13 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [31-Jul-2024 22:08:57 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [09-Aug-2024 22:50:01 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [15-Aug-2024 03:57:58 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [16-Aug-2024 07:39:00 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [17-Aug-2024 07:56:08 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [23-Aug-2024 01:28:20 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [23-Aug-2024 01:28:41 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [23-Aug-2024 02:46:02 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [23-Aug-2024 16:35:32 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [23-Aug-2024 16:35:53 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [23-Aug-2024 16:36:04 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [24-Aug-2024 10:59:11 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [24-Aug-2024 14:35:20 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [25-Aug-2024 03:26:45 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [25-Aug-2024 04:44:24 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [29-Aug-2024 02:56:10 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [31-Aug-2024 14:17:37 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [04-Sep-2024 20:51:37 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [04-Sep-2024 23:45:37 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [05-Sep-2024 11:08:59 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [05-Sep-2024 11:09:03 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [05-Sep-2024 11:09:06 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [05-Sep-2024 14:47:15 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [05-Sep-2024 14:47:18 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [05-Sep-2024 14:47:23 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [05-Sep-2024 21:14:12 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [05-Sep-2024 21:14:16 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [05-Sep-2024 21:14:20 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [10-Sep-2024 02:22:34 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [10-Sep-2024 04:25:26 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [10-Sep-2024 12:14:49 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [10-Sep-2024 14:03:45 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [14-Sep-2024 10:38:38 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [14-Sep-2024 10:38:42 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [14-Sep-2024 10:38:46 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [15-Sep-2024 18:18:19 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [16-Sep-2024 11:26:30 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [16-Sep-2024 13:12:16 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [18-Sep-2024 22:28:16 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [18-Sep-2024 22:39:06 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [21-Sep-2024 00:28:23 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [21-Sep-2024 02:47:07 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [21-Sep-2024 06:11:25 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [26-Sep-2024 15:50:04 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [01-Oct-2024 22:02:23 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [02-Oct-2024 00:38:47 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [02-Oct-2024 04:46:12 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [07-Oct-2024 02:12:25 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [07-Oct-2024 03:14:43 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [07-Oct-2024 08:57:29 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [07-Oct-2024 10:13:47 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [21-Oct-2024 09:33:01 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [01-Nov-2024 01:44:58 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [02-Nov-2024 01:32:24 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [02-Nov-2024 01:32:27 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [02-Nov-2024 01:32:31 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 [11-Nov-2024 08:22:31 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1447439bd396f9d451ae5e2f05156c88c3e60c4ba3bb45c4db698b91e29e35c.php on line 15 [11-Nov-2024 08:22:41 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php on line 15 [11-Nov-2024 08:22:43 America/Fortaleza] PHP Fatal error: Class 'Twig\Template' not found in /home/mgatv524/public_html/edurocha/cache/a1/a1ef1e558117a7245d0d16849696bb967b36efdfc21721cd9711d6e203e05f93.php on line 15 a18fea535a93a952f77e5173ccdd0fd4721332932e6906a36baf865ddf79ad25.php 0000644 00000067712 14716446376 0016213 0 ustar 00 blocks = [ 'content' => [$this, 'block_content'], 'actionMenu' => [$this, 'block_actionMenu'], 'pageContent' => [$this, 'block_pageContent'], 'pageFooter' => [$this, 'block_pageFooter'], 'javaScriptTemplates' => [$this, 'block_javaScriptTemplates'], ]; } protected function doGetParent(array $context) { // line 23 return "base.twig"; } protected function doDisplay(array $context, array $blocks = []) { $this->parent = $this->loadTemplate("base.twig", "authed.twig", 23); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 25 public function block_content($context, array $blocks = []) { // line 26 echo " "; $context["horizontalNav"] = ($this->getAttribute(($context["currentUser"] ?? null), "getOptionValue", [0 => "navigationMenuPosition", 1 => $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "NAVIGATION_MENU_POSITION", 1 => "vertical"], "method")], "method") == "horizontal"); // line 27 echo " "; $context["hideNavigation"] = $this->getAttribute(($context["currentUser"] ?? null), "getOptionValue", [0 => "hideNavigation", 1 => "0"], "method"); // line 28 echo "
"; // line 30 if (((($context["hideNavigation"] ?? null) == "0") && !($context["forceHide"] ?? null))) { // line 31 echo " "; if (($context["horizontalNav"] ?? null)) { // line 32 echo "
Toggle navigation
env, $this->getAttribute(($context["theme"] ?? null), "uri", [0 => "img/xibologo.png"], "method"), "html", null, true); echo "\">
"; // line 49 $this->loadTemplate("authed-topbar.twig", "authed.twig", 49)->display($context); // line 50 echo "
"; // line 52 $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = null; try { $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $this->loadTemplate("authed-theme-topbar.twig", "authed.twig", 52); } catch (LoaderError $e) { // ignore missing template } if ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) { $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4->display($context); } // line 53 echo " "; if ($this->getAttribute(($context["currentUser"] ?? null), "routeViewable", [0 => "/drawer"], "method")) { // line 54 echo " "; $this->loadTemplate("authed-notification-drawer.twig", "authed.twig", 54)->display($context); // line 55 echo " "; } // line 56 echo " "; $this->loadTemplate("authed-user-menu.twig", "authed.twig", 56)->display($context); // line 57 echo "
"; } else { // line 62 echo "
"; // line 63 $this->loadTemplate("authed-sidebar.twig", "authed.twig", 63)->display($context); // line 64 echo "
"; } // line 66 echo " "; } // line 67 echo "
"; // line 70 if ((( !($context["horizontalNav"] ?? null) || (($context["hideNavigation"] ?? null) == "1")) || ($context["forceHide"] ?? null))) { // line 71 echo "
env, $this->getAttribute(($context["theme"] ?? null), "uri", [0 => "img/xibologo.png"], "method"), "html", null, true); echo "\">
"; // line 76 if ( !($context["forceHide"] ?? null)) { // line 77 echo "
Toggle navigation
"; // line 84 $this->loadTemplate("authed-user-menu.twig", "authed.twig", 84)->display($context); // line 85 echo "
"; // line 86 if ($this->getAttribute(($context["currentUser"] ?? null), "routeViewable", [0 => "/drawer"], "method")) { // line 87 echo "
"; // line 88 $this->loadTemplate("authed-notification-drawer.twig", "authed.twig", 88)->display($context); // line 89 echo "
"; } // line 91 echo " "; $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = null; try { $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $this->loadTemplate("authed-theme-topbar.twig", "authed.twig", 91); } catch (LoaderError $e) { // ignore missing template } if ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) { $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144->display($context); } // line 92 echo " "; } // line 93 echo "
"; } // line 96 echo "
"; // line 98 $this->displayBlock('actionMenu', $context, $blocks); // line 99 echo " "; $this->displayBlock('pageContent', $context, $blocks); // line 100 echo "
"; // line 104 $this->displayBlock('pageFooter', $context, $blocks); // line 105 echo "
"; } // line 98 public function block_actionMenu($context, array $blocks = []) { } // line 99 public function block_pageContent($context, array $blocks = []) { } // line 104 public function block_pageFooter($context, array $blocks = []) { } // line 112 public function block_javaScriptTemplates($context, array $blocks = []) { // line 113 echo " "; // line 335 echo " "; echo " "; } public function getTemplateName() { return "authed.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 568 => 406, 540 => 381, 530 => 376, 519 => 368, 491 => 343, 479 => 338, 258 => 335, 252 => 117, 247 => 116, 245 => 115, 241 => 113, 238 => 112, 233 => 104, 228 => 99, 223 => 98, 214 => 105, 212 => 104, 206 => 100, 203 => 99, 201 => 98, 197 => 96, 192 => 93, 189 => 92, 178 => 91, 174 => 89, 172 => 88, 169 => 87, 167 => 86, 164 => 85, 162 => 84, 153 => 77, 151 => 76, 146 => 74, 141 => 71, 139 => 70, 134 => 67, 131 => 66, 127 => 64, 125 => 63, 122 => 62, 115 => 57, 112 => 56, 109 => 55, 106 => 54, 103 => 53, 93 => 52, 89 => 50, 87 => 49, 78 => 43, 65 => 32, 62 => 31, 60 => 30, 52 => 28, 49 => 27, 46 => 26, 43 => 25, 33 => 23,); } /** @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 Source("", "authed.twig", "/home/mgatv524/public_html/edurocha/views/authed.twig"); } }