golden hour
/home/phakp/tmp/pma_template_compiles_phakp/twig/cb
⬆️ Go Up
Upload
File/Folder
Size
Actions
cb397664aa7e2c7a027bdcca3826e73ec3771fd5087792fba819308f88c09796.php
1.71 KB
Del
OK
Edit: cb397664aa7e2c7a027bdcca3826e73ec3771fd5087792fba819308f88c09796.php
<?php /* display/export/options_output_radio.twig */ class __TwigTemplate_32421e56c72b4140fbd5232e6b266996aff18a5dfbaabb68a2143020864b2e22 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<li> <input type=\"radio\" id=\"radio_view_as_text\" name=\"output_format\" value=\"astext\""; // line 3 echo (((($context["has_repopulate"] ?? null) || (($context["export_asfile"] ?? null) == false))) ? (" checked") : ("")); echo "> <label for=\"radio_view_as_text\"> "; // line 5 echo _gettext("View output as text"); // line 6 echo " </label> </li> "; } public function getTemplateName() { return "display/export/options_output_radio.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 29 => 6, 27 => 5, 22 => 3, 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("", "display/export/options_output_radio.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_radio.twig"); } }
Save