File "path.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/templates/navigation/tree/path.twig
File size: 353 B
MIME-type:
Charset: utf-8

Download   Open   Back

<div class='list_container hide'>
  <ul{{ has_search_results ? ' class="search_results"' }}>
    {{ list_content|raw }}
  </ul>

  {% if not is_tree %}
    <span class='hide loaded_db'>{{ parent_name|url_encode }}</span>
    {% if list_content is empty %}
      <div>{% trans 'No tables found in database.' %}</div>
    {% endif %}
  {% endif %}
</div>

PHP File Manager