Elgg  Version 4.3
sidebar.php
Go to the documentation of this file.
1 <?php
6 $menu = elgg_view_menu('page', [
7  'show_section_headers' => true,
8  'prepare_vertical' => true,
9 ]);
10 
12  'class' => 'elgg-admin-sidebar-menu',
13  'id' => 'elgg-admin-nav-collapse'
14 ], $menu);
$menu
Admin sidebar – just outputs the page menus.
Definition: sidebar.php:6
elgg_view_menu($menu, array $vars=[])
Render a menu.
Definition: views.php:468
elgg_format_element($tag_name, array $attributes=[], $text= '', array $options=[])
Format an HTML element.
Definition: output.php:135
elgg echo
Translates a string.
Definition: deprecated.js:530