X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5c314428027bea7f3743d24968bd294e65b662ca..2b4b34a76f42841e964a549fc64c02ba4f60a3f4:/www/index.php diff --git a/www/index.php b/www/index.php index d33604d..d926a1d 100644 --- a/www/index.php +++ b/www/index.php @@ -1,5 +1,5 @@ process($_POST)) { $phork = array( '1' => new File(null, null) ); -render('index', array('files' => $phork, 'description' => '')); -?> \ No newline at end of file +render( + 'index', + array( + 'files' => $phork, + 'description' => '', + 'htmlhelper' => new HtmlHelper(), + ) +); +?>