mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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
|
* @return bool
|
||||||
*/
|
*/
|
||||||
@ -225,6 +225,11 @@ class Module
|
|||||||
return file_exists($this->getCssFilename());
|
return file_exists($this->getCssFilename());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the complete less file name
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
public function getCssFilename()
|
public function getCssFilename()
|
||||||
{
|
{
|
||||||
return $this->cssdir . '/module.less';
|
return $this->cssdir . '/module.less';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user