Files
web.ems/phpMyAdmin/templates/server/plugins/section_links.twig
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

8 lines
195 B
Twig
Executable File

<div id="sectionlinks">
{% for plugin_type in plugins|keys %}
<a href="#plugins-{{ preg_replace('/[^a-z]/', '', plugin_type|lower) }}">
{{ plugin_type }}
</a>
{% endfor %}
</div>