X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a39bd415faa45403247e6af89a32df4dd3560b3e..7dcd592544ae0b55d0e205ff83631067a0d0aa6b:/www/index.php diff --git a/www/index.php b/www/index.php index 9a03b77..898c443 100644 --- a/www/index.php +++ b/www/index.php @@ -20,5 +20,12 @@ if ($repopo->process($_POST)) { $phork = array( '1' => new File(null, null) ); -render('index', array('files' => $phork, 'description' => '')); +render( + 'index', + array( + 'files' => $phork, + 'description' => '', + 'htmlhelper' => new HtmlHelper(), + ) +); ?>