← Back to team overview

phpdevshell team mailing list archive

Re: [Question #210568]: Anyway to remove the Front Page and Dashboard sub-links?

 

Question #210568 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/210568

    Status: Open => Answered

Greg proposed the following answer:
There are several answers, based on how your site is structured.

If you have your own "theme", just don't include the menu.

If you use a theme from the distro, you can easily override a module
method to filter out what you don't want.

You can also use an even simpler CSS based-solution: the "home" button
as a "home" css class, so you can just add this to your css:

.home { display: none; }

Feel free to provide more info so I can give you the best advice.

greg

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.