summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index eca1ed0e7..c1cbd8d59 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -15,6 +15,12 @@ style('news', [
'settings',
'custom'
]);
+
+// owncloud 7 backported style sheets
+$version = \OCP\Util::getVersion();
+if($version[0] > 7 && $version[1] <= 8) {
+ style('news', '7');
+}
?>