From 7a3dc37a2316e920299f2d56a04da619e8c6433a Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 16 Mar 2014 22:42:35 +0100 Subject: Redesigned the way of showing content. --- www/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/index.php') diff --git a/www/index.php b/www/index.php index c0e6100..7dfb193 100755 --- a/www/index.php +++ b/www/index.php @@ -93,7 +93,8 @@ if(empty($_GET)){ /* shows the user content, main function */ if(rewrite($db)){ - show($db); + $content = collect_content($db); + print_browser($content); } } } -- cgit v1.2.3