This repository was archived by the owner on Mar 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818 <title >Forum - Laravel Cameroon</title >
1919 @elseif (Request:: is ( Config:: get (' chatter.routes.home' ) . ' /' . Config:: get (' chatter.routes.category' ) . ' /*' ) && isset ( $discussion ) )
2020 <title >{{ $discussion -> category -> name } } - Laravel Cameroon</title >
21- @elseif (Request:: is ( Config:: get (' chatter.routes.home' ) . ' /*' ) && isset ($discussion -> title ) )
22- <title >{{ $discussion -> title } } - Laravel Cameroon</title >
2321 @else
2422 <title >@yield (' title' ) - Laravel Cameroon</title >
2523 @endif
Original file line number Diff line number Diff line change 11@extends (Config:: get (' chatter.master_file_extend' ) )
2+ @section (' title' )
3+ @if ((Request:: is (LaravelLocalization:: getCurrentLocale () . ' /' . Config:: get (' chatter.routes.home' ) . ' /*' ) && isset ($discussion -> title )) || (Request:: is (Config:: get (' chatter.routes.home' ) . ' /*' ) && isset ($discussion -> title )) )
4+ {{ $discussion -> title } }
5+ @endif
6+ @stop
27
38@section (Config:: get (' chatter.yields.head' ) )
49 @if (Config:: get (' chatter.sidebar_in_discussion_view' ) )
Original file line number Diff line number Diff line change 11@extends (Config:: get (' chatter.master_file_extend' ) )
2+ @section (' title' , __ (' Forum' ) )
23
34@section (Config:: get (' chatter.yields.head' ) )
45 <link href =" {{ url (' /vendor/devdojo/chatter/assets/vendor/spectrum/spectrum.css' ) } }" rel =" stylesheet" >
You can’t perform that action at this time.
0 commit comments