proper type dropdown for files now
[phorkie.git] / www / index.php
index 9a03b77c91e0ad223309d43857bbae9828d9a3a2..898c443a72309ce53097286fc1a74f845855e280 100644 (file)
@@ -20,5 +20,12 @@ if ($repopo->process($_POST)) {
 $phork = array(
     '1' => new File(null, null)
 );
 $phork = array(
     '1' => new File(null, null)
 );
-render('index', array('files' => $phork, 'description' => ''));
+render(
+    'index',
+    array(
+        'files' => $phork,
+        'description' => '',
+        'htmlhelper' => new HtmlHelper(),
+    )
+);
 ?>
 ?>