From 90feee460b571ec038c1e9b1344b8897da29215e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 23 Sep 2010 21:41:04 +0000 Subject: [PATCH] Add smartphone menu management !! experimental !! --- htdocs/theme/phones/smartphone/tpl/login.tpl.php | 2 +- htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/phones/smartphone/tpl/login.tpl.php b/htdocs/theme/phones/smartphone/tpl/login.tpl.php index 76247618ff9..28002c33b52 100644 --- a/htdocs/theme/phones/smartphone/tpl/login.tpl.php +++ b/htdocs/theme/phones/smartphone/tpl/login.tpl.php @@ -17,7 +17,7 @@ * * $Id$ */ -$smartphone->smartheader($title); +$smartphone->smartheader(); ?> diff --git a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php index b285d06f8cb..6fbd658a908 100644 --- a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php +++ b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php @@ -17,7 +17,7 @@ * * $Id$ */ -$smartphone->smartheader($title); +$smartphone->smartheader(); ?>