projects
/
project/omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e577324
)
Accidently everted a previous patch. Bringing it back now.
7.x-3.0-rc2
author
fubhy
Wed, 27 Jul 2011 17:09:55 +0000 (19:09 +0200)
committer
fubhy
Wed, 27 Jul 2011 17:09:55 +0000 (19:09 +0200)
alpha/template.php
patch
|
blob
|
blame
|
history
diff --git
a/alpha/template.php
b/alpha/template.php
index
ddff9ff
..
2966522
100644
(file)
--- a/
alpha/template.php
+++ b/
alpha/template.php
@@
-167,9
+167,12
@@
function alpha_page_alter(&$vars) {
}
}
- if (!module_implements('alpha_page_structure')) {
+ if (!module_implements('alpha_page_structure_alter')) {
alpha_alter('alpha_page_structure', $vars, $theme->theme);
}
+ else {
+ drupal_alter('alpha_page_structure', $vars, $theme->theme);
+ }
}
/**