@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")
@endsection