mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Replace 'js' by 'css'
Probably a copy paste error from the js documentation.
This commit is contained in:
@@ -10,10 +10,10 @@ The CSS files reside in the **css/** folder and should be included in the templa
|
||||
|
||||
<?php
|
||||
// include one file
|
||||
style('myapp', 'style'); // adds js/style.css
|
||||
style('myapp', 'style'); // adds css/style.css
|
||||
|
||||
// include multiple files for the same app
|
||||
style('myapp', array('style', 'navigation')); // adds js/style.css, js/navigation.css
|
||||
style('myapp', array('style', 'navigation')); // adds css/style.css, css/navigation.css
|
||||
|
||||
// include vendor file (also allows vendor syntax)
|
||||
vendor_style('myapp', 'style'); // adds vendor/style.css
|
||||
|
||||
Reference in New Issue
Block a user