2

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.

Egil Hansen
  • 15,028
  • 8
  • 37
  • 54

1 Answers1

1

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
  • 1,010
  • 2
  • 11
  • 19
  • So, more generally, there is no way to disable any module (with or without a block) on a per theme basis? – Egil Hansen Apr 20 '10 at 10:12
  • 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 Apr 21 '10 at 21:18
  • 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 Apr 22 '10 at 06:37
  • Egil Hansen says LogoTool module – henrijs Apr 22 '10 at 16:39