diff options
Diffstat (limited to 'files/templates/index.php')
-rw-r--r-- | files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index 0f24a00f077..6eaa380506d 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -16,7 +16,7 @@ <input class="prettybutton" type="submit" id="file_newfolder_submit" name="file_newfolder_submit" value="OK" /> </form> <a href="" title="" class="download"><?php echo $l->t( 'Download' ); ?></a> - <a href="" title="" class="share"><?php echo $l->t( 'Share' ); ?></a> + <!--<a href="" title="" class="share"><?php echo $l->t( 'Share' ); ?></a>--> <a href="" title="" class="delete"><?php echo $l->t( 'Delete' ); ?></a> </div> <div id="file_action_panel"> |