From a8fb7452720bdcb742f83952fed9caa7841a1ecf Mon Sep 17 00:00:00 2001 From: tomgue Date: Thu, 17 Apr 2014 18:20:18 +0200 Subject: Add to homescreen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout d’un icon iPhone/iPad + balise link et meta --- app/layout/layout.phtml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app') diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 1501df3c3..d9e21a610 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -25,6 +25,9 @@ + + + -- cgit v1.2.3 From 3298cf757e259826d55c31378ab3221911abe290 Mon Sep 17 00:00:00 2001 From: tomgue Date: Fri, 25 Apr 2014 13:13:17 +0200 Subject: fix titre fix --- app/layout/layout.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index d9e21a610..0ff838126 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -25,9 +25,10 @@ - + + -- cgit v1.2.3 From 717a37c6519c7fef1fbc07a0d56f9db4aaf0d1cd Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 13 May 2014 19:27:22 +0200 Subject: Fix coding style + title - Fix spaces before parenthesis - Apple title use the "real" name of the app --- app/layout/layout.phtml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app') diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index cc7aa9d76..c22288adb 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -3,18 +3,18 @@ - - - + + + nextId)) { - $params = Minz_Request::params (); + $params = Minz_Request::params(); $params['next'] = $this->nextId; ?> - + @@ -23,7 +23,7 @@ $rss_url = $this->url; $rss_url['params']['output'] = 'rss'; ?> - + @@ -32,21 +32,21 @@ - + -partial ('header'); ?> +partial('header'); ?>
- render (); ?> + render(); ?>
notification)) { + if (isset($this->notification)) { $msg = $this->notification['content']; $status = $this->notification['type']; -- cgit v1.2.3