mirror of
https://github.com/Mibew/boilerplate-plugin.git
synced 2025-02-05 16:54:41 +03:00
Use relative URL for assets as default
This commit is contained in:
parent
2e8cc0674a
commit
a33151fca8
@ -118,8 +118,7 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
|
|||||||
*/
|
*/
|
||||||
public function addCustomCss(&$args)
|
public function addCustomCss(&$args)
|
||||||
{
|
{
|
||||||
$args['css'][] = $args['request']->getBasePath()
|
$args['css'][] = $this->getFilesPath() . '/css/styles.css';
|
||||||
. '/' . $this->getFilesPath() . '/css/styles.css';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user