Skip to content

Commit

Permalink
Remove basic template directory
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 16, 2014
1 parent d2bedf8 commit a569e6c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imp/lib/Tree/Flist.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function getTree($static = false)
$filter = $injector->createInstance('Horde_Text_Filter');

$view = new Horde_View(array(
'templatePath' => IMP_TEMPLATES . '/basic/flist'
'templatePath' => IMP_TEMPLATES . '/flist'
));
$view->addHelper('FormTag');
$view->addHelper('Tag');
Expand Down
2 changes: 1 addition & 1 deletion imp/lib/View/Subinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class IMP_View_Subinfo extends Horde_View
*/
public function __construct(array $config = array())
{
$config['templatePath'] = IMP_TEMPLATES . '/basic';
$config['templatePath'] = IMP_TEMPLATES . '/subinfo';
parent::__construct($config);

$quotadata = $GLOBALS['injector']->getInstance('IMP_Quota_Ui')->quota(isset($config['mailbox']) ? $config['mailbox'] : null, true);
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a569e6c

Please sign in to comment.