From 676b8dd18742875ae07827792ed88d2b5bb3afb7 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 19 Nov 2014 15:54:32 +0100 Subject: first stab at recommended sites --- templates/index.php | 9 +++++++-- templates/part.content.explore.php | 23 +++++++++++++++++++++++ templates/part.content.firstrun.php | 17 ----------------- templates/part.content.php | 1 - templates/part.content.shortcuts.php | 2 ++ templates/part.navigation.explore.php | 5 +++++ 6 files changed, 37 insertions(+), 20 deletions(-) create mode 100644 templates/part.content.explore.php delete mode 100644 templates/part.content.firstrun.php create mode 100644 templates/part.navigation.explore.php (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index 7829e41db..d68818f80 100644 --- a/templates/index.php +++ b/templates/index.php @@ -20,7 +20,8 @@ if (defined('DEBUG') && DEBUG === true) { 'mobile', 'navigation', 'settings', - 'shortcuts' + 'shortcuts', + 'explore' ]); script('news', 'build/app'); @@ -55,6 +56,7 @@ if (defined('DEBUG') && DEBUG === true) {