X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/cdaa5e28290fe0e9e73ca3a0557ee021a7ab404b..4fea519a397df1e660f7e2b1fcd3805241797b6c:/www/index.php diff --git a/www/index.php b/www/index.php index 9a03b77..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' => '')); +render( + 'index', + array( + 'files' => $phork, + 'description' => '', + 'htmlhelper' => new HtmlHelper(), + ) +); ?>