Theming
This is a Drupal module that replaces some Drupal core theme functions with more extensible and backwards compatible versions.
This is a utility module. If no other module you want to have installed requires this you don’t need it.
Requirements
- Drupal 7.x
Rationale
Can’t this be handled in a theme?
No, themes can’t implement hook_theme_registry_alter() which is used for implementing the changes. Also having this in a module makes it possible for other modules to depend on it.
Why don’t you patch Drupal core instead?
Getting such changes merged into Drupal 7.x was barely possible in 2012 (shortly after it was released). It’s near impossible now (2020).
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 7.x-1.2 | Stable | Improved interoperability with other modules manipulating #pre_render on script tags | Dec 3, 2024 |