summaryrefslogtreecommitdiffstats
path: root/apps/files_publiclink/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_publiclink/templates/index.php')
-rw-r--r--apps/files_publiclink/templates/index.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/files_publiclink/templates/index.php b/apps/files_publiclink/templates/index.php
deleted file mode 100644
index 759f3ad8772..00000000000
--- a/apps/files_publiclink/templates/index.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<p class="nav">
- <?php echo($_['breadcrumb']); ?>
-</p>
-<table cellspacing="0">
- <thead>
- <tr>
- <th><input type="checkbox" id="select_all" /></th>
- <th><?php echo $l->t( 'Name' ); ?></th>
- <th><?php echo $l->t( 'Size' ); ?></th>
- <th><?php echo $l->t( 'Modified' ); ?></th>
- <th></th>
- </tr>
- </thead>
- <tbody id="fileList">
- <?php echo($_['fileList']); ?>
- </tbody>
-</table> \ No newline at end of file