From 1d459af0464eb2cdbdaaaf1122e1681210fdffea Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 14 Jun 2013 20:45:00 +0200 Subject: Fix issue #75 : chargement des images en lazyload, reste à le rendre optionnel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/index/index.phtml | 10 +++++++++- app/views/javascript/main.phtml | 6 ++++-- 2 files changed, 13 insertions(+), 3 deletions(-) (limited to 'app/views') diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 9974a9b0b..7037b2405 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -1,4 +1,12 @@ /i', + '', + $content + ); +} + $output = Request::param ('output', 'normal'); if ($output == 'rss') { @@ -58,7 +66,7 @@ if ($output == 'rss') {

title (); ?>

author (); ?> ' . Translate::t ('by_author', $author) . '' : ''; ?> - content (); ?> + content ()); ?>