summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/index.php b/templates/index.php
index 3d277dbbf..cb6a89bc1 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -1,15 +1,4 @@
<?php
-// owncloud 7 backported style sheets
-$version = \OCP\Util::getVersion();
-
-if ($version[0] === 7 && $version[1] === 0 && $version[2] < 3) {
- require_once __DIR__ . '/7.php';
-}
-
-if($version[0] > 7 && $version[1] <= 8) {
- style('news', '7');
-}
-
script('news', [
'vendor/es6-shim/es6-shim.min',
'vendor/angular/angular.min',