Make module CSS (less) filename accessible

This commit is contained in:
Thomas Gelf 2014-02-14 13:41:03 +00:00
parent 3cfa05d420
commit 6b027a0dc3
1 changed files with 5 additions and 0 deletions

View File

@ -225,6 +225,11 @@ class Module
return file_exists($this->getCssFilename());
}
public function getCssFilename()
{
return $this->cssdir . '/module.less';
}
/**
* Getter for module name
*