No files in a directory /sites/all/themes, the theme is displayed in Admin panel.
__ <a href="http://itfreelancer.ru">itfreelancer.ru</a>
Try refreshing the cache.
Sent from my iPhone
On Aug 13, 2011, at 11:56 PM, Anton Lukichjow lukas2k7@mail.ru wrote:
No files in a directory /sites/all/themes, the theme is displayed in Admin panel.
__ <a href="http://itfreelancer.ru">itfreelancer.ru</a> _______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
It may also be in a sites/[site]/themes folder or [erroneously] in the /themes folder.
On Sat, Aug 13, 2011 at 9:13 PM, Frank Nikola fnikola@cognisync.com wrote:
Try refreshing the cache.
Sent from my iPhone
On Aug 13, 2011, at 11:56 PM, Anton Lukichjow lukas2k7@mail.ru wrote:
No files in a directory /sites/all/themes, the theme is displayed in
Admin panel.
__ <a href="http://itfreelancer.ru">itfreelancer.ru</a> _______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
You have an paste "themes" in root Drupal, that too have themes.
2011/8/14 Brian Choc bchoc@t4tcolorado.org
It may also be in a sites/[site]/themes folder or [erroneously] in the /themes folder.
On Sat, Aug 13, 2011 at 9:13 PM, Frank Nikola fnikola@cognisync.comwrote:
Try refreshing the cache.
Sent from my iPhone
On Aug 13, 2011, at 11:56 PM, Anton Lukichjow lukas2k7@mail.ru wrote:
No files in a directory /sites/all/themes, the theme is displayed in
Admin panel.
__ <a href="http://itfreelancer.ru">itfreelancer.ru</a> _______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
-- Brian Choc Technology Manager
Teaming for Technology Colorado 2505 18th St. Denver, CO 80211 P: 303.561.2377, F: 303.455.6462 http://www.t4tcolorado.org
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
On 08/13/2011 11:56 PM, Anton Lukichjow wrote:
No files in a directory /sites/all/themes, the theme is displayed in Admin panel.
It may depend on what theme you are trying to remove.
Are you speaking of one of the core themes (eg: Bartik and Garland)? They would certainly not be in the "sites/all/themes", "sites/default/themes" or "sites/SITEURL/theme" and would definitely still show up in the admin options, because they are core themes.
To remove them, you would have to remove the files for the core themes that you don't want -- or less destructively, rename their .info files to .info.off (or some other fake file extension that isn't .info). This goes against one of the top rules of Drupal best practices; "don't hack core." If you do remove those themes, they will no longer show up on the admin page. However, they will come back with the next site update, since they are part of the core package.
If you are committed to doing this, be aware that you gain little more than cleaning up a page nobody looks at after site development. Unless you are attempting to repackage/fork Drupal, all this approach really accomplishes in the end is ensuring that you do more work for every core security update.
I do not recommend this course of action, but have had clients do this on there own, and it worked out okay for them.
~~nat