diff options
Diffstat (limited to 'site/resources/views/fk-offer.blade.php')
| -rw-r--r-- | site/resources/views/fk-offer.blade.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/site/resources/views/fk-offer.blade.php b/site/resources/views/fk-offer.blade.php index 0c344ae..13b9196 100644 --- a/site/resources/views/fk-offer.blade.php +++ b/site/resources/views/fk-offer.blade.php @@ -1,11 +1,11 @@ @extends('layouts.fk-base') @section('header') -{{ ucfirst($title) }} +{{ ucwords($title) }} @endsection @section('feed') - {!! Feed::link(secure_url($rss_feed) . "/", 'atom', 'Feed von ' . ucfirst($spirit_type) . '-Angeboten', 'de') !!} + {!! Feed::link(secure_url($rss_feed) . "/", 'atom', 'Feed von ' . ucwords($spirit_type) . '-Angeboten', 'de') !!} @endsection @section('content') @@ -18,8 +18,8 @@ } else if ( "Andere Angebote" == $spirit_type ){ $header = "Aktuelle Spirituosen-Sonderangebote"; } else { - $header = "Aktuelle " . ucfirst($spirit_type) . "-Angebote"; - $header_text = "Du bist auf der Suche nach einem neuen Lieblings" . $spirit_type . "? Hier sind alle aktuell reduzierten " . ucfirst($spirit_type) . "s aufgelistet. Happy Dramming!"; + $header = "Aktuelle " . ucwords($spirit_type) . "-Angebote"; + $header_text = "Du bist auf der Suche nach einem neuen Lieblings" . $spirit_type . "? Hier sind alle aktuell reduzierten " . ucwords($spirit_type) . "s aufgelistet. Happy Dramming!"; } ?> <div class="container"> @@ -28,7 +28,7 @@ <!-- Breadcrumb NavXT 6.2.1 --> <li class="home breadcrumb-item"><span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Gehe zur Startseite: Fuselkönig.de" href="https://www.fuselkoenig.de" class="home"><span property="name">Startseite</span></a><meta property="position" content="1"></span></li> <li class="post post-angebote-archive breadcrumb-item"><span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Schau dir Angebote an." href="/angebote/" class="post post-angebote-archive"><span property="name">Angebote</span></a><meta property="position" content="2"></span></li> -<li class="archive taxonomy type current-item breadcrumb-item active" aria-current="page"><span property="itemListElement" typeof="ListItem"><span property="name">{{ ucfirst($spirit_type) }}</span><meta property="position" content="3"></span></li> +<li class="archive taxonomy type current-item breadcrumb-item active" aria-current="page"><span property="itemListElement" typeof="ListItem"><span property="name">{{ ucwords($spirit_type) }}</span><meta property="position" content="3"></span></li> </ol> </nav> </div> @@ -47,13 +47,13 @@ </div> </header><!-- .page-header --> - {{ $data->appends(Input::except('page'))->links() }} + {{ $data->appends(Input::except('page'))->links('paginate') }} <?php /* <div class="jumbotron p-3 p-md-5 text-white rounded bg-dark bbg-white ttext-dark box-shadow"> <div class="col-md-6 px-0"> - <h1 class="display-4 font-italic">{{ ucfirst($spirit_type) }} <span class="text-mute ml-10">({{$count}} Angebote)</span><!-- --></h1> + <h1 class="display-4 font-italic">{{ ucwords($spirit_type) }} <span class="text-mute ml-10">({{$count}} Angebote)</span><!-- --></h1> <!--p class="lead my-3">Finde immer die günstigsten Angebote im Bereich Spirituosen. Täglich neue Schnäppchen.</p--> <p class="lead mb-0"><a href="/" class="text-white font-weight-bold">Zurück zur Übersicht...</a></p> </div> @@ -64,7 +64,7 @@ if ( !$data->count() ) { /* Keine Angebote */ ?> -<div class="alert alert-secondary" data-track-content data-content-name="{{ ucfirst($spirit_type) }}" data-content-piece="Keine Angebote" data-content-target=""> +<div class="alert alert-secondary" data-track-content data-content-name="{{ ucwords($spirit_type) }}" data-content-piece="Keine Angebote" data-content-target=""> <h4 class="alert-heading">Keine Angebote</h4> Momentan liegen keine {{ $title }} vor. Probieren Sie es später noch einmal. </div> @@ -89,7 +89,7 @@ foreach( $data as $offer) { <div class="card-header-dp-none"> <p><strong> <span style="visibility: hidden;"> - {{ ucfirst($offer->spirit_type) }} <span class="float-right">{{ $offer->shop }}</span> + {{ ucwords($offer->spirit_type) }} <span class="float-right">{{ $offer->shop }}</span> </span> </strong></p> </div> @@ -101,7 +101,7 @@ foreach( $data as $offer) { <div class="col-md-8 px-10"> <div class="card-header"> <p><strong> - <a style="color: inherit;" href="/angebote/search?q={{ ucfirst($offer->spirit_type) }}" title="Alle {{ ucfirst($offer->spirit_type) }} anzeigen">{{ ucfirst($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span> + <a style="color: inherit;" href="/angebote/search?q={{ ucwords($offer->spirit_type) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen">{{ ucwords($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span> </strong></p> </div> <div class="card-block card-body px-3"> @@ -165,7 +165,7 @@ foreach( $data as $offer) { <?php } /* -<div class="col-md-6 col-sm-12" id="{{ $offer->name }}" data-track-content data-content-name="{{ ucfirst($spirit_type) }}" data-content-piece="{{ $offer->name }}" data-content-target="{{ $offer->url }}"> +<div class="col-md-6 col-sm-12" id="{{ $offer->name }}" data-track-content data-content-name="{{ ucwords($spirit_type) }}" data-content-piece="{{ $offer->name }}" data-content-target="{{ $offer->url }}"> <div class="card flex-md-row mb-4 box-shadow h-md-250 h-sm-500"> <!-- >= md --> @@ -286,7 +286,7 @@ foreach( $data as $offer) { */ ?> - {{ $data->appends(Input::except('page'))->links() }} + {{ $data->appends(Input::except('page'))->links('paginate') }} <?php /* Ende Liste Angebote */ |
