Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin <deMattin@users.noreply.github.com>2015-03-20 16:55:03 +0300
committerMartin <deMattin@users.noreply.github.com>2015-03-20 16:55:03 +0300
commit7ae1ab1ef9dc4915a5c7f7e388f01972d4dcc332 (patch)
tree39ee0a2e865584da0a69ecce94872ea1cdeb525c /external
parent758538b4871131f7541f1729eebd6cde421fff7f (diff)
Add style.css registration
Move style.css registration from app.php to index.php
Diffstat (limited to 'external')
-rw-r--r--external/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/index.php b/external/index.php
index f3737bcb1..aee54d4d8 100644
--- a/external/index.php
+++ b/external/index.php
@@ -26,6 +26,7 @@ use OCA\External\External;
OCP\JSON::checkAppEnabled('external');
OCP\User::checkLoggedIn();
+OCP\Util::addStyle( 'external', 'style');
$id = isset($_GET['id']) ? (int)$_GET['id'] : 1;