> * upgrade sections to ship as teh engine to achieve this > admin-theme-magic. A one-line in hook_init() will do: if (arg(0)=='admin' || arg(2) == 'edit') $GLOBALS['custom_theme'] = 'admin'; or something very close to this. Regards NK