golden hour
/home/phakp/tmp/pma_template_compiles_phakp/twig/8d
⬆️ Go Up
Upload
File/Folder
Size
Actions
8d202a244f4b5c38a1df80fdb254a8267b451ff11a4afe5ca31e844aa978186e.php
2.16 KB
Del
OK
8d46178e1db7a08e822ae7f2b5ceb0f62f5ab02533c5b47ee902eef45b8e7bf9.php
3.54 KB
Del
OK
8d5d50c164200ffdc6f5fd15ae841aa43698a0300c8a697a21df4b1d61f630cd.php
3.15 KB
Del
OK
8d89fdd5f80adc08c78614e902e7f3dfa818a452f1fd9178b4acc1f03fa38535.php
1.74 KB
Del
OK
8d9d8a912b4c8cff24997c81deb097790322a80a0d11797efbc34dd3e7d3956b.php
1.48 KB
Del
OK
Edit: 8d202a244f4b5c38a1df80fdb254a8267b451ff11a4afe5ca31e844aa978186e.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/print_view_data_dictionary_link.twig */ class __TwigTemplate_5ce028bdb49ab9103879d8f57f23bc5967a278ecf5495d95ac69c678aa2cabad extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<p class=\"print_ignore\"> <a href=\"#\" id=\"printView\"> "; // line 3 echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true); echo " </a> <a href=\"db_datadict.php"; // line 5 echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true); echo "\" target=\"print_view\"> "; // line 6 echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true); echo " </a> </p> "; } public function getTemplateName() { return "database/structure/print_view_data_dictionary_link.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 43 => 6, 39 => 5, 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("", "database/structure/print_view_data_dictionary_link.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/print_view_data_dictionary_link.twig"); } }
Save