Elgg  Version 5.1
menu_items.php
Go to the documentation of this file.
1 <?php
6 echo elgg_view_form('admin/menu/save', [
7  'class' => 'elgg-form-settings',
8 ]);
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition: views.php:1054