summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 09:46:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 09:46:42 +0200
commit66abbda5576ed5f675c645584969fc3e09152164 (patch)
treea1c4f585f1ee5c2f196953b0d2ab021c742baf99 /templates/index.php
parent7ba16780c74875a6af885bbdc1dddd10775d81a9 (diff)
add custom heise.de style
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',