D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
phpmyadmin
/
templates
/
server
/
plugins
/
Filename :
section_links.twig
back
Copy
<div id="sectionlinks"> {% for plugin_type in plugins|keys %} <a href="#plugins-{{ preg_replace('/[^a-z]/', '', plugin_type|lower) }}"> {{ plugin_type }} </a> {% endfor %} </div>