init web ems all
This commit is contained in:
7
phpMyAdmin/templates/server/plugins/section_links.twig
Executable file
7
phpMyAdmin/templates/server/plugins/section_links.twig
Executable file
@@ -0,0 +1,7 @@
|
||||
<div id="sectionlinks">
|
||||
{% for plugin_type in plugins|keys %}
|
||||
<a href="#plugins-{{ preg_replace('/[^a-z]/', '', plugin_type|lower) }}">
|
||||
{{ plugin_type }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user