mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
getCssFilename signature added
This commit is contained in:
parent
6b027a0dc3
commit
cb923453c9
@ -216,7 +216,7 @@ class Module
|
||||
}
|
||||
|
||||
/**
|
||||
* Test if module provide css
|
||||
* Test if module provides css
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
@ -225,6 +225,11 @@ class Module
|
||||
return file_exists($this->getCssFilename());
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the complete less file name
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getCssFilename()
|
||||
{
|
||||
return $this->cssdir . '/module.less';
|
||||
|
Loading…
x
Reference in New Issue
Block a user