diff options
| author | ivan <ivan> | 2010-08-10 06:28:41 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-08-10 06:28:41 +0000 |
| commit | d405baaf291959e394f9701037176a0c6b3d5226 (patch) | |
| tree | 8d83749cfcae04060505611d39df65c85dab02d1 /conf | |
| parent | 34e4be916a4a1dbc4b6f79697b6ab75ce58ba5be (diff) | |
add logo_file support to welcome_letter and fix leaving temp files around for invoices and letters, RT#9497
Diffstat (limited to 'conf')
| -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. } } |
