Added siteCSS & siteJavascript for easy grouping of files

To use with Theme::plugins('siteJavascript') to place all javascript files from plugins in the same place. Good to use when you want to place all .js files in end of body without use of siteBodyEnd.
This commit is contained in:
Lars Henriksson 2017-09-04 16:45:00 +02:00 committed by GitHub
parent 8d90c2f302
commit efff343897
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ $plugins = array(
'siteBodyBegin'=>array(),
'siteBodyEnd'=>array(),
'siteSidebar'=>array(),
'siteCSS'=>array(),
'siteJavascript'=>array(),
'beforeSiteLoad'=>array(),
'afterSiteLoad'=>array(),