diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2018-10-07 10:28:33 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2018-10-07 10:28:33 +0200 |
| commit | fdc7b416ddd51376c388d3e99aef8c12b6a17895 (patch) | |
| tree | 7929b17f1b45c2b200c8d78b260a90bd3a3e1354 /templates/oauthAuthorize.php | |
| parent | 83de9e1406c158936cced65bb60daad867c30a75 (diff) | |
| download | grauphel-fdc7b416ddd51376c388d3e99aef8c12b6a17895.tar.gz grauphel-fdc7b416ddd51376c388d3e99aef8c12b6a17895.zip | |
Register CSS files via API
Diffstat (limited to 'templates/oauthAuthorize.php')
| -rw-r--r-- | templates/oauthAuthorize.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/oauthAuthorize.php b/templates/oauthAuthorize.php index 5c7cf4a..782c51a 100644 --- a/templates/oauthAuthorize.php +++ b/templates/oauthAuthorize.php @@ -1,4 +1,5 @@ -<link rel="stylesheet" href="<?php p(OC::$server->getURLGenerator()->linkTo('grauphel','grauphel.css')); ?>" type="text/css"/> +<?php style('grauphel', 'grauphel'); ?> + <form method="post" action="<?php p($_['formaction']); ?>" class="oauth-authorize"> <input type="hidden" value="<?php p($_['requesttoken']); ?>" name="requesttoken" /> <input type="hidden" value="<?php p($_['oauth_token']); ?>" name="oauth_token" /> |
