fix path to dimp portal template
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 18 Mar 2010 13:49:09 +0000 (09:49 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 18 Mar 2010 13:49:09 +0000 (09:49 -0400)
imp/lib/Ajax/Application.php

index 428dabd..a7c2ba4 100644 (file)
@@ -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;