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 22@include (' layouts.lang' )
33<head >
44 <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 >
116
127@include (' layouts.analytics' )
138
@@ -86,7 +81,7 @@ function update_color_scheme() {
8681 @endif
8782
8883 <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 >
9085 <hr class =" my-4" >
9186 <p >
9287 <?php echo $data [' page' ]-> $name ; ? >
You can’t perform that action at this time.
0 commit comments