mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-23 06:09:21 +02:00

* you can edit them in Admin Panel under 'Menus' option. * you can also add custom links, like http://google.pl * removed videos pages, as it can be easily added using custom Menus and Pages with insert Media * removed bug_report configurable, its now enabled by default
9 lines
312 B
Twig
9 lines
312 B
Twig
Please choose template in which you want to edit menu items.<br/>
|
|
<form method="post" action="?p=menus">
|
|
<select name="template">
|
|
{% for template in templates %}
|
|
<option value="{{ template.template }}">{{ template.template }}</option>
|
|
{% endfor %}
|
|
</select>
|
|
<input type="submit" value="Edit" />
|
|
</form> |