Always Show Menu Bar

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
thecomputerchap
Veteran Member
Posts: 47
Joined: 2016-08-28 10:37

Always Show Menu Bar

Post by thecomputerchap » 2017-03-27 19:05

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!

thecomputerchap
Veteran Member
Posts: 47
Joined: 2016-08-28 10:37

Re: Always Show Menu Bar

Post by thecomputerchap » 2017-03-27 19:21

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(); ?>

George Pattihis
Posts: 6
Joined: 2017-03-12 09:25

Re: Always Show Menu Bar

Post by George Pattihis » 2017-06-07 23:26

Thank you, just what I was looking for...!

Post Reply