| Versionen | |
|---|---|
| drupal6 | _theme_set_registry($registry) |
| drupal7 | _theme_set_registry($registry = NULL) |
Store the theme registry in memory.
includes/
<?php
function _theme_set_registry($registry) {
// Pass through for setting of static variable.
return theme_get_registry($registry);
}
?>
Kommentare
Kommentar hinzufügen