From dabc3b10603db8827e5b00efef4c9d1d62065e3a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 15 Jan 2015 16:06:47 +0100 Subject: remove owncloud 7 support --- templates/index.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index e732dac59..5da7d3c21 100644 --- a/templates/index.php +++ b/templates/index.php @@ -11,10 +11,6 @@ script('news', [ ]); if (defined('DEBUG') && DEBUG === true) { - if (version_compare(implode('.', \OCP\Util::getVersion()), '7.8', '<=')) { - style('news', '7'); - } - style('news', [ 'app', 'custom', @@ -29,12 +25,7 @@ if (defined('DEBUG') && DEBUG === true) { script('news', 'build/app'); } else { - if (version_compare(implode('.', \OCP\Util::getVersion()), '7.8', '<=')) { - style('news', 'news-owncloud7.min'); - } else { - style('news', 'news.min'); - } - + style('news', 'news.min'); script('news', 'build/app.min'); } -- cgit v1.2.3