File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 2
2
@include (' layouts.lang' )
3
3
<head >
4
4
<meta charset =" utf-8" >
5
- @php
6
- $title = \Route:: currentRouteName ();
7
- $title = str_replace (' pages' , ' ' , $title );
8
- $title = env (' TITLE_FOOTER_' . strtoupper ($title ));
9
- @endphp
10
- <title >{{ $title } } - {{ env (' APP_NAME' )} } </title >
5
+ <title >{{ env (' TITLE_FOOTER_' . strtoupper ($name ))} } - {{ env (' APP_NAME' )} } </title >
11
6
12
7
@include (' layouts.analytics' )
13
8
@@ -86,7 +81,7 @@ function update_color_scheme() {
86
81
@endif
87
82
88
83
<div class =" jumbotron" style =" margin-top : 10% " >
89
- <h1 class =" display-4" >{{ str_replace ( ' " ' , " " , EnvEditor :: getKey ( ' TITLE_FOOTER_' . strtoupper ($name ) ))} } </h1 >
84
+ <h1 class =" display-4" >{{ env ( ' TITLE_FOOTER_' . strtoupper ($name ))} } </h1 >
90
85
<hr class =" my-4" >
91
86
<p >
92
87
<?php echo $data [' page' ]-> $name ; ? >
You can’t perform that action at this time.
0 commit comments