- Accessibility
- Actions
- Blog
- Bootstrap
- Calendar
- Code Snippets
- Core Hacks
- Cron
- Development Environment
- Drupal 7
- Flash
- Forms
- Goodies
- Hooks
- Hosting
- Images
- Installation, Updating and Moving
- Internationalization
- Javascript/JQuery
- Learning Drupal (New Users)
- Login/User Management/Permissions
- Logs
- Menus
- Modules
- Nodes
- Paths
- Performance
- RSS
- Reference Sites
- Registry
- Reporting
- Reporting Bugs/Issues
- SEO
- Schema
- Search
- Security
- SimpleTest
- Sites
- Support
- Testing
- Themes
- Troubleshooting
- Upgrading
- User Groups
- Workflow
Submitted by captaindav on Tue, 2009-02-10 09:55
You can not have a theme with the same name as a module. Doing so will create errors such as:
warning: include_once(sites/all/themes/[themedir]/[modulename].admin.inc) [function.include-once]: failed to open stream: No such file or directory ... on line 283.
and
warning: Missing argument 2 for [modulename]_help() in C:\Users\owner\Workspace\simplenews\sites\all\modules\[modulename]\simplenews.module on line 2164.