Home
last modified time | relevance | path

Searched refs:stylesheets (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/
H A DStyleUtils.php57 * @return array with keys 'stylesheets' and 'replacements'
68 $stylesheets = []; // mode, file => base
83 $combined['stylesheets'] = [];
101 if (isset($config['stylesheets']) && is_array($config['stylesheets'])) {
102 foreach ($config['stylesheets'] as $inifile => $mode) {
104 $stylesheets = array_merge(
105 $stylesheets,
106 $this->getValidatedStyles($stylesheets, $inifile, $mode, $incbase, $webbase)
108 $combined['stylesheets']
137 getValidatedStyles($stylesheets, $file, $mode, $incbase, $webbase) global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; Define the stylesheets your template uses here. The second value
17 [stylesheets] section
46 ; the stylesheets. Changing this file is the simplest method to argument
19 lessstylesheets global() argument
20 cssstylesheets global() argument
21 cssstylesheets global() argument
22 cssstylesheets global() argument