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"} +