projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8782ef7
)
fix path to dimp portal template
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 18 Mar 2010 13:49:09 +0000
(09:49 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 18 Mar 2010 13:49:09 +0000
(09:49 -0400)
imp/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ajax/Application.php
b/imp/lib/Ajax/Application.php
index
428dabd
..
a7c2ba4
100644
(file)
--- a/
imp/lib/Ajax/Application.php
+++ b/
imp/lib/Ajax/Application.php
@@
-1159,7
+1159,7
@@
class IMP_Ajax_Application extends Horde_Ajax_Application_Base
if (!empty($blocks)) {
$t = $GLOBALS['injector']->createInstance('Horde_Template');
$t->set('block', $blocks);
- $result->portal = $t->fetch(IMP_TEMPLATES . '/
imp
/portal.html');
+ $result->portal = $t->fetch(IMP_TEMPLATES . '/
dimp/portal
/portal.html');
}
$result->linkTags = $linkTags;