projects
/
project/omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4de0a3e
)
minor typo fixes to template.php in main and starterkit themes
author
himerus
Thu, 13 May 2010 18:22:54 +0000 (18:22 +0000)
committer
himerus
Thu, 13 May 2010 18:22:54 +0000 (18:22 +0000)
template.php
patch
|
blob
|
blame
|
history
diff --git
a/template.php
b/template.php
index
559e72b
..
a6c84e2
100644
(file)
--- a/
template.php
+++ b/
template.php
@@
-119,10
+119,6
@@
function omega_preprocess_page(&$vars) {
$vars['secondary_nav'] = FALSE;
drupal_set_message('<strong>$vars[secondary_menu]</strong> not present... WTF...', 'error');
}
- /*
- if(function_exists('krumo')) {
- krumo($vars);
- }*/
} // end preprocess_page
function omega_preprocess_node(&$vars) {