proper type dropdown for files now
[phorkie.git] / www / index.php
index d33604d2643846662f8ef2696c7be74d05874df4..898c443a72309ce53097286fc1a74f845855e280 100644 (file)
@@ -20,5 +20,12 @@ if ($repopo->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(),
+    )
+);
+?>