If admin module is enable the Content Type Selector does not appear in the admin theme.
Maybe it's an issue of the admin module. http://drupal.org/project/admin

Comments

rooby’s picture

Status: Active » Closed (duplicate)

The problem would be related to the theme you are using as your admin theme as opposed to the admin module.

If the theme doesn't contain the HTML element #tabs-wrapper the content type selector won't appear.

Marking as duplicate of #541798: Allow admins to specify a css selector to attach the content type selector to

Try the patch there, it allows you to specify where to put the content type selector (it will be different for many themes).

rooby’s picture

Also, just so you know. I'm using the admin module along with that patch and it is working.