Add credits page

This commit is contained in:
David Molineus
2015-01-09 20:57:19 +01:00
parent 820d2a8067
commit 3ff2fca215
7 changed files with 309 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ class BootSubscriber implements EventSubscriberInterface
{
$builder = $event->getBuilder();
foreach ($GLOBALS['LEAFLET_ASSETS'] as $name => $assets) {
foreach ($GLOBALS['LEAFLET_LIBRARIES'] as $name => $assets) {
if (!empty($assets['css'])) {
list ($source, $type) = (array) $assets['css'];
$builder->registerStylesheet($name, $source, $type ?: Assets::TYPE_FILE);