summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authorHorus32014-03-16 22:42:35 +0100
committerHorus32014-03-16 22:42:35 +0100
commit7a3dc37a2316e920299f2d56a04da619e8c6433a (patch)
tree3a6ac8457efb26017362f4d7a433ef5fdbd42eaa /www/index.php
parent1e526e476e75c936b4229914d63b7ef91aa4a790 (diff)
downloadfiles.iamfabulous.de-7a3dc37a2316e920299f2d56a04da619e8c6433a.tar.gz
Redesigned the way of showing content.
Diffstat (limited to 'www/index.php')
-rwxr-xr-xwww/index.php3
1 files changed, 2 insertions, 1 deletions
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);
}
}
}