diff options
Diffstat (limited to 'apps/files/templates/recentlist.php')
-rw-r--r-- | apps/files/templates/recentlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/recentlist.php b/apps/files/templates/recentlist.php index 4c269c20256..360b5c95ee4 100644 --- a/apps/files/templates/recentlist.php +++ b/apps/files/templates/recentlist.php @@ -11,7 +11,7 @@ <p></p> </div> -<table id="filestable" class="list-container view-grid"> +<table id="filestable" class="list-container <?php p($_['showgridview'] ? 'view-grid' : '') ?>"> <thead> <tr> <th id='headerName' class="hidden column-name"> |