From 6e3b3942125d392578950685b660174f1fdbbdb3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 18 Mar 2010 11:41:19 -0600 Subject: [PATCH] Bug #8915: Fix template path --- imp/smime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/smime.php b/imp/smime.php index 4d14fd065..589a3bc20 100644 --- a/imp/smime.php +++ b/imp/smime.php @@ -223,7 +223,7 @@ if ($openssl_check && $prefs->getValue('use_smime')) { } $t->set('prefsurl', Horde::getServiceLink('options', 'imp')); -echo $t->fetch(IMP_TEMPLATES . '/smime/smime.html'); +echo $t->fetch(IMP_TEMPLATES . '/prefs/smime/smime.html'); if (!$chunk) { require $registry->get('templates', 'horde') . '/common-footer.inc'; } -- 2.11.0