26 Jan
2005
26 Jan
'05
4:51 p.m.
You could just have a seperate theme / template for the admin site and switch based on if (arg(0) == 'admin') { $custom_theme = 'admin'; }
Which, despite a lot of people suggesting is not working for stuff like the node/$nide/edit pages or the book outline editors for non-book pages. Goba