File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 3131 if (EnvEditor:: keyExists (' FORCE_ROUTE_HTTPS' )){ /* Do nothing if key already exists */
3232 } else {EnvEditor:: addKey (' FORCE_ROUTE_HTTPS' , ' false' );}
3333
34+
35+ // Footer page customization
36+ if (EnvEditor:: keyExists (' DISPLAY_FOOTER_HOME' )){} else {EnvEditor:: addKey (' DISPLAY_FOOTER_HOME' , ' true' );}
37+ if (EnvEditor:: keyExists (' DISPLAY_FOOTER_TERMS' )){} else {EnvEditor:: addKey (' DISPLAY_FOOTER_TERMS' , ' true' );}
38+ if (EnvEditor:: keyExists (' DISPLAY_FOOTER_PRIVACY' )){} else {EnvEditor:: addKey (' DISPLAY_FOOTER_PRIVACY' , ' true' );}
39+ if (EnvEditor:: keyExists (' DISPLAY_FOOTER_CONTACT' )){} else {EnvEditor:: addKey (' DISPLAY_FOOTER_CONTACT' , ' true' );}
40+ if (EnvEditor:: keyExists (' TITLE_FOOTER_HOME' )){} else {EnvEditor:: addKey (' TITLE_FOOTER_HOME' , ' Home' );}
41+ if (EnvEditor:: keyExists (' TITLE_FOOTER_TERMS' )){} else {EnvEditor:: addKey (' TITLE_FOOTER_TERMS' , ' Terms' );}
42+ if (EnvEditor:: keyExists (' TITLE_FOOTER_PRIVACY' )){} else {EnvEditor:: addKey (' TITLE_FOOTER_PRIVACY' , ' Privacy' );}
43+ if (EnvEditor:: keyExists (' TITLE_FOOTER_CONTACT' )){} else {EnvEditor:: addKey (' TITLE_FOOTER_CONTACT' , ' Contact' );}
44+ if (EnvEditor:: keyExists (' HOME_FOOTER_LINK' )){} else {EnvEditor:: addKey (' HOME_FOOTER_LINK' , ' ' );}
45+
46+
3447 if (! config ()-> has (' advanced-config.expand_panel_admin_menu_permanently' ) and ! config ()-> has (' disable_default_password_notice' )) {
3548
3649 function getStringBetween ($string , $start , $end ) {
You can’t perform that action at this time.
0 commit comments