From aaa2e393c3c47719b3c0d6aad5945adb08b61185 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 31 Jan 2017 16:17:10 +0100 Subject: [PATCH] Fix css --- htdocs/core/tpl/login.tpl.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index b3a2ced1023..3772b44c9fc 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -16,7 +16,8 @@ * along with this program. If not, see . */ -// Need global variable $title to be defined +// Need global variable $title to be defined by caller (like dol_loginfunction) + header('Cache-Control: Public, must-revalidate'); header("Content-type: text/html; charset=".$conf->file->character_set_client); @@ -78,7 +79,7 @@ $(document).ready(function () {