Bug #8915: Fix template path
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Mar 2010 17:41:19 +0000 (11:41 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Mar 2010 17:41:19 +0000 (11:41 -0600)
imp/smime.php

index 4d14fd0..589a3bc 100644 (file)
@@ -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';
 }