projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200cb79
)
Bug #8915: Fix template path
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Mar 2010 17:41:19 +0000
(11:41 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Mar 2010 17:41:19 +0000
(11:41 -0600)
imp/smime.php
patch
|
blob
|
history
diff --git
a/imp/smime.php
b/imp/smime.php
index
4d14fd0
..
589a3bc
100644
(file)
--- 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';
}