1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

Code Cleanup

This commit is contained in:
Cameron
2020-04-28 14:16:38 -07:00
parent 568d8feb77
commit 8b50ddc9fd
2 changed files with 9 additions and 6 deletions

View File

@@ -27,9 +27,10 @@ class theme_library
return array();
}
/**
* Alters library information before detection and caching takes place.
*/
/**
* Alters library information before detection and caching takes place.
* @param $libraries
*/
function config_alter(&$libraries)
{
$bootswatch = e107::pref('theme', 'bootswatch', false);