From: Michael M Slusarz Date: Thu, 18 Mar 2010 17:41:19 +0000 (-0600) Subject: Bug #8915: Fix template path X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6e3b3942125d392578950685b660174f1fdbbdb3;p=horde.git Bug #8915: Fix template path --- 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'; }