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/gui-note.php | |
| parent | 83de9e1406c158936cced65bb60daad867c30a75 (diff) | |
| download | grauphel-fdc7b416ddd51376c388d3e99aef8c12b6a17895.tar.gz grauphel-fdc7b416ddd51376c388d3e99aef8c12b6a17895.zip | |
Register CSS files via API
Diffstat (limited to 'templates/gui-note.php')
| -rw-r--r-- | templates/gui-note.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gui-note.php b/templates/gui-note.php index 1272b5c..2aa5a20 100644 --- a/templates/gui-note.php +++ b/templates/gui-note.php @@ -1,4 +1,4 @@ -<link rel="stylesheet" href="<?php p(OC::$server->getURLGenerator()->linkTo('grauphel','grauphel.css')); ?>" type="text/css"/> +<?php style('grauphel', 'grauphel'); ?> <?php /** @var $l OC_L10N */ ?> <?php $_['appNavigation']->printPage(); ?> |
