Merge pull request #1171 from cachethq/stylesheet-app-composer

Use $app_stylesheet from AppComposer
This commit is contained in:
Graham Campbell
2015-11-21 22:49:59 +00:00
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ class AppComposer
$view->withAppBannerType(Setting::get('app_banner_type'));
$view->withAppDomain(Setting::get('app_domain'));
$view->withAppName(Setting::get('app_name'));
$view->withAppStylesheet(Setting::get('app_stylesheet'));
$view->withAppUrl(Config::get('app.url'));
$view->withShowSupport(Setting::get('show_support'));
}