@section("blueprint.import")
@endsection
@section("blueprint.cache")
[. .]
Outdated stylesheets detected.
@endsection
@section("blueprint.navigation")
fileRead("::f/.blueprint/extensions/blueprint/private/db/onboarding") == "true"){
$extensionsIcon="fa fa-puzzle-piece bx-flashing";
}
?>
@endsection
@section("blueprint.notifications")
fileRead("::f/.blueprint/extensions/blueprint/private/db/onboarding") == "true") {
$blueprint->fileWipe("::f/.blueprint/extensions/blueprint/private/db/onboarding");
}
$notification = $blueprint->dbGet("blueprint", "notification:text");
if($notification != null) {
echo "
";
$blueprint->dbSet("blueprint", "notification:text", "");
}
?>
@endsection
@section("blueprint.wrappers")
@foreach (File::allFiles(__DIR__ . '/wrappers') as $partial)
@if ($partial->getExtension() == 'php')
@include(str_replace(base_path() . '/', '', $partial->getPathname()))
@endif
@endforeach
@endsection