File tree Expand file tree Collapse file tree 2 files changed +0
-260
lines changed
resources/views/components/config Expand file tree Collapse file tree 2 files changed +0
-260
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 157
157
158
158
<?php
159
159
function toggle ($key ){
160
- $configNames = json_decode (file_get_contents (base_path (' config/config-legends.json' )));
161
160
echo '
162
161
<form id="' . $key . ' -form" action="' . route (' editConfig' ). ' " enctype="multipart/form-data" method="post">
163
162
<div class="form-group col-lg-8">
@@ -182,7 +181,6 @@ function toggle($key){
182
181
183
182
<?php
184
183
function toggle2 ($key ){
185
- $configNames = json_decode (file_get_contents (base_path (' config/config-legends.json' )));
186
184
echo '
187
185
<form id="' . $key . ' -form" action="' . route (' editConfig' ). ' " enctype="multipart/form-data" method="post">
188
186
<div class="form-group col-lg-8">
@@ -207,7 +205,6 @@ function toggle2($key){
207
205
208
206
<?php
209
207
function text ($key ){
210
- $configNames = json_decode (file_get_contents (base_path (' config/config-legends.json' )));
211
208
$configValue = str_replace (' "' , " " , EnvEditor:: getKey ($key ));
212
209
echo '
213
210
<form id="' . $key . ' -form" action="' . route (' editConfig' ). ' " enctype="multipart/form-data" method="post">
@@ -413,7 +410,6 @@ function text($key){
413
410
{{ text (' TITLE_FOOTER_HOME' )} }
414
411
415
412
@php
416
- $configNames = json_decode (file_get_contents (base_path (' config/config-legends.json' )));
417
413
$configValue = str_replace (' "' , " " , EnvEditor:: getKey (' HOME_FOOTER_LINK' ));
418
414
@endphp
419
415
<form id =" HOME_FOOTER_LINK-form" action =" {{ route (' editConfig' )} }" enctype =" multipart/form-data" method =" post" >
You can’t perform that action at this time.
0 commit comments