diff options
author | ivan <ivan> | 2010-08-10 06:28:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-10 06:28:40 +0000 |
commit | 1ec723c2b944c08c32362d05cefe8b332c80276d (patch) | |
tree | 1266ed1e51f636bd985d7c778390c44b85c9188c /conf/welcome_letter | |
parent | a416f179e995b0d4f53e8c58e9904f31371a938b (diff) |
add logo_file support to welcome_letter and fix leaving temp files around for invoices and letters, RT#9497
Diffstat (limited to 'conf/welcome_letter')
-rw-r--r-- | conf/welcome_letter | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/welcome_letter b/conf/welcome_letter index be7b484ca..b95a71563 100644 --- a/conf/welcome_letter +++ b/conf/welcome_letter @@ -67,7 +67,7 @@ \returninset \makebox{ \begin{tabular}{ll} - \includegraphics{[@-- $conf_dir --@]/logo.eps} & + \includegraphics{[@-- $logo_file --@]} & \begin{minipage}[b]{5.5cm} [@-- $returnaddress --@] \end{minipage} @@ -75,7 +75,7 @@ } } { % ... pages - %\includegraphics{[@-- $conf_dir --@]/logo.eps} % Uncomment if you want the logo on all pages. + %\includegraphics{[@-- $logo_file --@]} % Uncomment if you want the logo on all pages. } } |