From c61e729c21bc478d15d185febe7480dedb0b6bfc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Feb 2011 13:02:45 +0000 Subject: [PATCH] Fix: Use correct http header --- htdocs/theme/phones/smartphone/tpl/login.tpl.php | 2 +- htdocs/theme/phones/smartphone/tpl/menu.tpl.php | 2 +- htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/phones/smartphone/tpl/login.tpl.php b/htdocs/theme/phones/smartphone/tpl/login.tpl.php index 174e8698850..cedf9daef0a 100644 --- a/htdocs/theme/phones/smartphone/tpl/login.tpl.php +++ b/htdocs/theme/phones/smartphone/tpl/login.tpl.php @@ -17,7 +17,7 @@ * * $Id$ */ -header("Content-type: text/html; charset=".$conf->file->character_set_client); +top_httphead(); ?> diff --git a/htdocs/theme/phones/smartphone/tpl/menu.tpl.php b/htdocs/theme/phones/smartphone/tpl/menu.tpl.php index f7a71edd9a7..f280e37dd9e 100644 --- a/htdocs/theme/phones/smartphone/tpl/menu.tpl.php +++ b/htdocs/theme/phones/smartphone/tpl/menu.tpl.php @@ -17,7 +17,7 @@ * * $Id$ */ -header("Content-type: text/html; charset=".$conf->file->character_set_client); +top_httphead(); ?> diff --git a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php index 71f1faf4d92..a43b6600488 100644 --- a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php +++ b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php @@ -17,7 +17,7 @@ * * $Id$ */ -header("Content-type: text/html; charset=".$conf->file->character_set_client); +top_httphead(); ?>