The admin_theme module lets you specify custom paths that should also have the administration theme applied. However, it doesn't work in conjunction with this (absolutely amazing!) module. The ability to use this module on custom paths would make it even better.

Comments

mariusz.slonina’s picture

StatusFileSize
new846 bytes
new1.2 KB

Here are some small patches that enables some of the functionality of admin_theme (you can add some additional paths). I needed this feature, too, for example for views pages. The patches are build upon 1.0-Beta3 release and should be applied from admin module directory.

rickvug’s picture

The 2.0 branch of admin does not include an admin theme. See this text on the module description page:

The 2.x branch no longer recklessly smuggles a theme into your install through a module. You can use admin with the theme of your choice. The "slate" theme previously included with admin has been discontinued -- instead, our admin theme and icon design work continues in Rubik.

I'm not sure of 1.x is maintained separately or not. The fix here may be to upgrade to the 2.0 branch (although it is much different).

emptyvoid’s picture

Try using ThemeKey instead.

http://www.drupal.org/project/themekey

Anonymous’s picture

Status: Active » Closed (won't fix)

I appreciate the request and patch for this but I would agree that, rather than duplicating functionality that another module provides (something that 'Admin 6.x-1.x' already does in spades), I would suggest using themekey for this particular need.