Get rid of deprecated API usage:
[grauphel.git] / templates / oauthAuthorize.php
index 46a1918dd0903b02ec11a93bc263ad9583bff150..782c51a49a2bc23b032ba8ff142c19fcaa07a0f9 100644 (file)
@@ -1,4 +1,5 @@
-<link rel="stylesheet" href="<?php p(OCP\Util::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" />