From d9ba01f0176acbbc706f00aa6fb5ea8eed7be3bf Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 6 Feb 2022 19:17:05 +0100 Subject: [PATCH] Generate tags with Smarty --- css/style.css | 1 + templates/inc/logo.tpl | 3 +-- templates/index.tpl | 5 +++-- templates/info.tpl | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index e5efa00..8d09e05 100644 --- a/css/style.css +++ b/css/style.css @@ -545,6 +545,7 @@ h1 { .thumb { max-width: 700px; + height: auto; } .format { diff --git a/templates/inc/logo.tpl b/templates/inc/logo.tpl index a600013..09e7fc3 100644 --- a/templates/inc/logo.tpl +++ b/templates/inc/logo.tpl @@ -1,8 +1,7 @@

- {$config->appName} + {html_image file='img/logocompatiblemask.png' path_prefix={base_url}|cat:'/' alt=$config->appName}

diff --git a/templates/index.tpl b/templates/index.tpl index fab4b08..a06bf59 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -1,7 +1,8 @@ {extends file='page.tpl'} {block name='main'} -
+
+ {html_image file='img/logo.png' path_prefix={base_url}|cat:'/' alt=$config->appName class="logo"} +