Fixes #1234
This commit is contained in:
@@ -39,7 +39,7 @@ class AppComposer
|
|||||||
$view->withAppGraphs(Setting::get('display_graphs'));
|
$view->withAppGraphs(Setting::get('display_graphs'));
|
||||||
$view->withAppLocale(Setting::get('app_locale'));
|
$view->withAppLocale(Setting::get('app_locale'));
|
||||||
$view->withAppName(Setting::get('app_name'));
|
$view->withAppName(Setting::get('app_name'));
|
||||||
$view->withAppStylesheet(Setting::get('app_stylesheet'));
|
$view->withAppStylesheet(Setting::get('stylesheet'));
|
||||||
$view->withAppUrl(Config::get('app.url'));
|
$view->withAppUrl(Config::get('app.url'));
|
||||||
$view->withShowSupport(Setting::get('show_support'));
|
$view->withShowSupport(Setting::get('show_support'));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,9 +44,9 @@
|
|||||||
|
|
||||||
@include('partials.crowdin')
|
@include('partials.crowdin')
|
||||||
|
|
||||||
@if($stylesheet = $app_stylesheet)
|
@if($app_stylesheet)
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
{!! $stylesheet !!}
|
{!! $app_stylesheet !!}
|
||||||
</style>
|
</style>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user