Skip to content
Florian Voutzinos edited this page Oct 7, 2013 · 6 revisions

Disable bars

You can disable the top and side bars.

Disable the sidebar

<?php

$input->set('disable_topbar', true);

Disable the topbar

<?php

$input->set('disable_sidebar', true);

Disable both

<?php

$input->set('hidemainmenu', true);

Clone this wiki locally