projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
982780a
)
Fix including common-header.inc on nag's search page.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 28 Jan 2011 02:45:44 +0000
(21:45 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 28 Jan 2011 02:46:23 +0000
(21:46 -0500)
nag/search.php
patch
|
blob
|
history
diff --git
a/nag/search.php
b/nag/search.php
index
a315e1f
..
6c5dd6a
100644
(file)
--- a/
nag/search.php
+++ b/
nag/search.php
@@
-17,7
+17,8
@@
if ($prefs->getValue('show_panel')) {
$bodyClass = 'rightPanel';
}
$title = _("Search");
-NAG_TEMPLATES . '/common-header.inc';
+
+require $registry->get('templates', 'horde') . '/common-header.inc';
echo Nag::menu();
Nag::status();
require NAG_TEMPLATES . '/search/search.inc';