Page 1 of 1

Always Show Menu Bar

Posted: 2017-03-27 19:05
by thecomputerchap
Hi all,

Is there a way of displaying the menu bar at all times (including the home page) instead of it only showing when you go into a table/detail view please?

Thanks!

Re: Always Show Menu Bar

Posted: 2017-03-27 19:21
by thecomputerchap
Ok I've fixed this...

In incCommon.php, find the following...

<?php if(!$home_page){ ?>
<?php echo NavMenus(); ?>
<?php } ?>

And change it to...

<?php echo NavMenus(); ?>

Re: Always Show Menu Bar

Posted: 2017-06-07 23:26
by George Pattihis
Thank you, just what I was looking for...!