mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
MVC / default template - missing comments in previous
This commit is contained in:
parent
fe2f96d267
commit
8827c390ea
@ -42,7 +42,7 @@ class ControllerBase extends ControllerRoot
|
||||
protected $content_security_policy = array();
|
||||
|
||||
/**
|
||||
* @return array list of javascript files to c
|
||||
* @return array list of javascript files to be included in default.volt
|
||||
*/
|
||||
protected function templateJSIncludes()
|
||||
{
|
||||
@ -72,6 +72,9 @@ class ControllerBase extends ControllerRoot
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array list of css files to be included in default.volt (used themed versions if available)
|
||||
*/
|
||||
protected function templateCSSIncludes()
|
||||
{
|
||||
return [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user