From 92f3d0be8e9a6979d37e99623e8ea023f0b24157 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 5 May 2020 12:49:39 +0200 Subject: [PATCH] Fix favicon URL --- public_html/templates/default/blank.tpl | 2 +- public_html/templates/default/error_404.tpl | 2 +- public_html/templates/default/fatal_error.tpl | 2 +- public_html/templates/default/login.tpl | 2 +- public_html/templates/default/top.tpl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public_html/templates/default/blank.tpl b/public_html/templates/default/blank.tpl index d1592814..941398a5 100644 --- a/public_html/templates/default/blank.tpl +++ b/public_html/templates/default/blank.tpl @@ -5,7 +5,7 @@ LdapSaisie{if $pagetitle != ''} - {$pagetitle|escape:"htmlall"}{/if} - + {include file='ls:LSsession_css.tpl'} diff --git a/public_html/templates/default/error_404.tpl b/public_html/templates/default/error_404.tpl index 06887ec7..c742d063 100644 --- a/public_html/templates/default/error_404.tpl +++ b/public_html/templates/default/error_404.tpl @@ -5,7 +5,7 @@ LdapSaisie{if $pagetitle != ''} - {$pagetitle|escape:"htmlall"}{/if} - + {include file='ls:LSsession_css.tpl'} diff --git a/public_html/templates/default/fatal_error.tpl b/public_html/templates/default/fatal_error.tpl index f429bbcc..0b666260 100644 --- a/public_html/templates/default/fatal_error.tpl +++ b/public_html/templates/default/fatal_error.tpl @@ -5,7 +5,7 @@ LdapSaisie{if $pagetitle != ''} - {$pagetitle|escape:"htmlall"}{/if} - + {include file='ls:LSsession_css.tpl'} diff --git a/public_html/templates/default/login.tpl b/public_html/templates/default/login.tpl index 5c6729dd..7ad2d941 100644 --- a/public_html/templates/default/login.tpl +++ b/public_html/templates/default/login.tpl @@ -5,7 +5,7 @@ LdapSaisie{if $pagetitle != ''} - {$pagetitle|escape:"htmlall"}{/if} - + {include file='ls:LSsession_css.tpl'} diff --git a/public_html/templates/default/top.tpl b/public_html/templates/default/top.tpl index c6c1d954..7a5b1fae 100644 --- a/public_html/templates/default/top.tpl +++ b/public_html/templates/default/top.tpl @@ -5,7 +5,7 @@ LdapSaisie{if $pagetitle != ''} - {$pagetitle|escape:"htmlall"}{/if} - + {include file='ls:LSsession_css.tpl'}