Skip to content
Snippets Groups Projects
Commit c63d98fb authored by spennythug's avatar spennythug
Browse files

sidebar override to remove login.

parent 53eb4478
No related branches found
No related tags found
No related merge requests found
<?php
/**
* Elgg sidebar contents
*
* @uses $vars['sidebar'] Optional content that is displayed at the bottom of sidebar
*/
echo elgg_view_menu('extras', array(
'sort_by' => 'priority',
'class' => 'elgg-menu-hz',
));
echo elgg_view('page/elements/owner_block', $vars);
echo elgg_view_menu('page', array('sort_by' => 'name'));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment