views:

40

answers:

1

Hello all

I have installed the LogoTool module, but I only want it enabled in the custom theme used for the front end site, not for the Garland theme used in the administrative back end. How do I do that?

Best regards, Egil.

+1  A: 

Does this module provide block? If yes, you can control block visibility here admin/build/block/list (see secondary tabs below title) or click on configure besides block and change visibility settings.

or do it dirty way... display:none; in css file for logo div inside body class "section-admin"

henrijs
So, more generally, there is no way to disable any module (with or without a block) on a per theme basis?
Egil Hansen
you are doing it wrong in general. you don't want to turn module on and off, you want it's content to not show up in particular theme or part of web site.
henrijs
Exactly. The theme modifies the module output, not the other way around. It is possible to use theming or a very simple site customization module to change module behavior/output. Which module is it?
Grayside
Egil Hansen says LogoTool module
henrijs

related questions