projects
/
project/omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
db76a16
)
.
author
fubhy
Mon, 25 Jul 2011 19:16:49 +0000 (21:16 +0200)
committer
fubhy
Mon, 25 Jul 2011 19:16:49 +0000 (21:16 +0200)
alpha/template.php
patch
|
blob
|
blame
|
history
diff --git
a/alpha/template.php
b/alpha/template.php
index
2892e31
..
8267ea6
100644
(file)
--- a/
alpha/template.php
+++ b/
alpha/template.php
@@
-52,9
+52,7
@@
function alpha_theme($existing, $type, $theme, $path) {
*/
function alpha_preprocess(&$vars, $hook) {
$vars['attributes_array']['class'] = $vars['classes_array'];
- if ($hook == 'preprocess_region') {
- echo 'test';
- }
+
alpha_invoke('preprocess', $hook, $vars);
}