!!!!!!!!!!!!!!!!!!!!! tried eval on: source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'body' => [$this, 'block_body'], 'footerjs' => [$this, 'block_footerjs'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 5 $this->displayBlock("title", $context, $blocks); echo " - "; echo twig_escape_filter($this->env, ($context["SITE_CONFIG_SITE_NAME"] ?? null), "html", null, true); echo " displayBlock("description", $context, $blocks); echo "\"/> displayBlock("keywords", $context, $blocks); echo "\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 9), "html", null, true); echo "/bootstrap"; echo (((($context["SITE_LANGUAGE_DIRECTION"] ?? null) == "RTL")) ? ("-rtl") : ("")); echo ".min.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 10), "html", null, true); echo "/stack-interface.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 11), "html", null, true); echo "/socicon.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 12), "html", null, true); echo "/lightbox.min.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 13), "html", null, true); echo "/flickity.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 14), "html", null, true); echo "/iconsmind.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 15), "html", null, true); echo "/jquery.steps.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> "; // line 16 if ((($context["SITE_CONFIG_SHOW_COOKIE_NOTICE"] ?? null) == "yes")) { // line 17 echo " env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 17), "html", null, true); echo "/cookiealert.css\" rel=\"stylesheet\"> "; } // line 19 echo " env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 19), "html", null, true); echo "/theme.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> "; // line 20 if ((twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontEndThemeSkin", [], "method", false, false, false, 20) != false)) { // line 21 echo " env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 21), "html", null, true); echo "/theme/"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontEndThemeSkin", [], "method", false, false, false, 21), "html", null, true); echo "\" type=\"text/css\" media=\"all\" /> "; } // line 23 echo " env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 23), "html", null, true); echo "/font-awesome.min.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendCssPath", [], "method", false, false, false, 24), "html", null, true); echo "/custom.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendImagePath", [], "method", false, false, false, 28), "html", null, true); echo "/favicon/favicon.ico\" /> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendImagePath", [], "method", false, false, false, 29), "html", null, true); echo "/favicon/apple-touch-icon.png\"/> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendImagePath", [], "method", false, false, false, 30), "html", null, true); echo "/favicon/favicon-32x32.png\"/> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendImagePath", [], "method", false, false, false, 31), "html", null, true); echo "/favicon/favicon-16x16.png\"/> env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getFrontendImagePath", [], "method", false, false, false, 32), "html", null, true); echo "/favicon/site.webmanifest\"/> "; // line 34 echo twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "outputCustomSiteCSSCode", [], "method", false, false, false, 34); echo " "; // line 38 echo twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "outputHeadJSCode", [], "method", false, false, false, 38); echo " "; // line 39 if (twig_get_attribute($this->env, $this->source, ($context["UserHelper"] ?? null), "showSiteAdverts", [], "method", false, false, false, 39)) { // line 40 echo " "; echo ($context["SITE_CONFIG_ADVERT_HEAD_TAG_CODE"] ?? null); echo " "; } // line 42 echo " "; // line 45 if ((($context["SITE_CONFIG_ENABLE_FILE_SEARCH"] ?? null) == "yes")) { // line 46 echo "
env, ($context["CORE_SITE_PATH"] ?? null), "html", null, true); echo "/search\" method=\"GET\">
env, $this->extensions['App\Services\TTwigExtension']->tHandler("search_box_placeholder_top_hidden", "Search publicly uploaded files..."), "html", null, true); echo "\" />
"; } // line 57 echo "
"; // line 173 $this->displayBlock('body', $context, $blocks); // line 174 echo "
"; // line 277 $this->displayBlock('footerjs', $context, $blocks); // line 278 echo " "; // line 286 $this->loadTemplate("@themePath/partial/_ad_block.html.twig", "partial/layout.html.twig", 286)->display($context); // line 287 echo " "; // line 288 echo (( !($context["SITE_CONFIG_GOOGLE_ANALYTICS_CODE"] ?? null)) ? ("") : (($context["SITE_CONFIG_GOOGLE_ANALYTICS_CODE"] ?? null))); echo " "; // line 290 if ((($context["SITE_CONFIG_SHOW_COOKIE_NOTICE"] ?? null) == "yes")) { // line 291 echo "
"; // line 292 echo twig_escape_filter($this->env, $this->extensions['App\Services\TTwigExtension']->tHandler("cookie_notice_cookies_used_on_the_website", "Cookies used on the website!"), "html", null, true); echo " 🍪 "; echo twig_escape_filter($this->env, $this->extensions['App\Services\TTwigExtension']->tHandler("cookie_notice_this_website_uses", "This website uses cookies to ensure you get the best experience on our website."), "html", null, true); echo " "; echo twig_escape_filter($this->env, $this->extensions['App\Services\TTwigExtension']->tHandler("cookie_notice_learn_more", "Learn more"), "html", null, true); echo "
"; } // line 299 echo " "; // line 300 if (((twig_get_attribute($this->env, $this->source, ($context["CoreHelper"] ?? null), "inDemoMode", [], "method", false, false, false, 300) == true) && ( $this->hasBlock("selected_navigation_link", $context, $blocks) && ( $this->renderBlock("selected_navigation_link", $context, $blocks) == "home")))) { // line 301 echo "

Welcome to the Demo Site!


This demo has all the YetiShare paid plugins "; // line 306 echo ((twig_get_attribute($this->env, $this->source, ($context["PluginHelper"] ?? null), "demoPluginsEnabled", [], "method", false, false, false, 306)) ? ("disabled") : ("enabled")); echo "."; echo ((twig_get_attribute($this->env, $this->source, ($context["PluginHelper"] ?? null), "demoPluginsEnabled", [], "method", false, false, false, 306)) ? ("") : (" This includes our FTP Uploader, Rewards Program and the Media Converter Plugin.")); echo "

If you want to see what the core script looks like "; // line 307 echo ((twig_get_attribute($this->env, $this->source, ($context["PluginHelper"] ?? null), "demoPluginsEnabled", [], "method", false, false, false, 307)) ? ("with") : ("without any")); echo " paid plugins, go to env, ($context["WEB_ROOT"] ?? null), "html", null, true); echo "/?_p="; echo ((twig_get_attribute($this->env, $this->source, ($context["PluginHelper"] ?? null), "demoPluginsEnabled", [], "method", false, false, false, 307)) ? ("0") : ("1")); echo "\">"; echo twig_escape_filter($this->env, ($context["WEB_ROOT"] ?? null), "html", null, true); echo "/?_p="; echo ((twig_get_attribute($this->env, $this->source, ($context["PluginHelper"] ?? null), "demoPluginsEnabled", [], "method", false, false, false, 307)) ? ("0") : ("1")); echo ".

You can test the file manager by logging in above using 'admin' & 'Password@Demo' as the credentials.

Close
"; } // line 316 echo " "; } // line 173 public function block_body($context, array $blocks = []) { $macros = $this->macros; } // line 277 public function block_footerjs($context, array $blocks = []) { $macros = $this->macros; } public function getTemplateName() { return "partial/layout.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 816 => 277, 810 => 173, 804 => 316, 784 => 307, 778 => 306, 771 => 301, 769 => 300, 766 => 299, 761 => 297, 755 => 294, 746 => 292, 743 => 291, 741 => 290, 736 => 288, 733 => 287, 731 => 286, 721 => 278, 719 => 277, 714 => 275, 710 => 274, 706 => 273, 702 => 272, 698 => 271, 694 => 270, 690 => 269, 686 => 268, 682 => 267, 678 => 266, 661 => 254, 655 => 253, 647 => 252, 639 => 246, 635 => 244, 626 => 242, 622 => 241, 619 => 240, 617 => 239, 607 => 232, 603 => 231, 600 => 230, 593 => 226, 589 => 225, 586 => 224, 584 => 223, 578 => 220, 574 => 219, 567 => 215, 563 => 214, 559 => 212, 556 => 211, 550 => 210, 540 => 206, 536 => 205, 533 => 204, 528 => 203, 523 => 202, 521 => 201, 518 => 200, 511 => 196, 507 => 195, 504 => 194, 501 => 193, 494 => 189, 490 => 188, 487 => 187, 485 => 186, 480 => 183, 474 => 180, 471 => 179, 469 => 178, 463 => 174, 461 => 173, 449 => 163, 446 => 162, 438 => 160, 436 => 159, 429 => 158, 421 => 156, 419 => 155, 414 => 152, 405 => 145, 392 => 142, 389 => 141, 385 => 140, 371 => 133, 367 => 131, 364 => 130, 356 => 124, 354 => 123, 339 => 116, 329 => 114, 327 => 113, 324 => 112, 315 => 105, 309 => 104, 298 => 102, 293 => 101, 289 => 100, 279 => 94, 277 => 93, 274 => 92, 264 => 90, 262 => 89, 254 => 88, 244 => 81, 240 => 80, 236 => 79, 219 => 65, 215 => 64, 211 => 63, 203 => 57, 193 => 50, 187 => 47, 184 => 46, 182 => 45, 177 => 42, 171 => 40, 169 => 39, 165 => 38, 156 => 36, 151 => 34, 146 => 32, 142 => 31, 138 => 30, 134 => 29, 130 => 28, 123 => 24, 118 => 23, 110 => 21, 108 => 20, 103 => 19, 97 => 17, 95 => 16, 91 => 15, 87 => 14, 83 => 13, 79 => 12, 75 => 11, 71 => 10, 65 => 9, 61 => 8, 57 => 7, 50 => 5, 42 => 2, 39 => 1,); } public function getSourceContext() { return new Source(" {{ block('title') }} - {{ SITE_CONFIG_SITE_NAME }} {% if SITE_CONFIG_SHOW_COOKIE_NOTICE == 'yes' %} {% endif %} {% if theme.getFrontEndThemeSkin() != false %} {% endif %} {{ theme.outputCustomSiteCSSCode()|raw }} {{ theme.outputHeadJSCode()|raw }} {% if UserHelper.showSiteAdverts() %} {{ SITE_CONFIG_ADVERT_HEAD_TAG_CODE|raw }} {% endif %} {% if SITE_CONFIG_ENABLE_FILE_SEARCH == 'yes' %}
{% endif %}
{% block body %}{% endblock %}
{% block footerjs %}{% endblock %} {% include '@themePath/partial/_ad_block.html.twig' %} {{ not SITE_CONFIG_GOOGLE_ANALYTICS_CODE ? \"\" : SITE_CONFIG_GOOGLE_ANALYTICS_CODE|raw }} {% if SITE_CONFIG_SHOW_COOKIE_NOTICE == 'yes' %}
{{ t('cookie_notice_cookies_used_on_the_website', 'Cookies used on the website!') }} 🍪 {{ t('cookie_notice_this_website_uses', 'This website uses cookies to ensure you get the best experience on our website.') }} {{ t('cookie_notice_learn_more', 'Learn more') }}
{% endif %} {% if CoreHelper.inDemoMode() == true and (block(\"selected_navigation_link\") is defined and block(\"selected_navigation_link\") == 'home') %}

Welcome to the Demo Site!


This demo has all the YetiShare paid plugins {{ PluginHelper.demoPluginsEnabled()?'disabled':'enabled' }}.{{ PluginHelper.demoPluginsEnabled()?'':' This includes our FTP Uploader, Rewards Program and the Media Converter Plugin.' }}

If you want to see what the core script looks like {{ PluginHelper.demoPluginsEnabled()?'with':'without any' }} paid plugins, go to {{ WEB_ROOT }}/?_p={{ PluginHelper.demoPluginsEnabled()?'0':'1' }}.

You can test the file manager by logging in above using 'admin' & 'Password@Demo' as the credentials.

Close
{% endif %} ", "partial/layout.html.twig", "/var/www/nxtfiledrop__usr/data/www/nxtfiledrop.com/themes/spirit/views/partial/layout.html.twig"); } }