This topic is locked
[SOLVED]

How edit or customize footer V11

1/10/2025 12:03:36 PM
PHPRunner General questions
V
vnotarfrancesco author

Hi,
can someone explain me how to customize the footer?
I need to edit the yellow part of the below layout, inserting static text.

img alt

Thanks
Valerio

Sergey Kornilov admin 1/10/2025

Style Editor -> Global pages -> footer

V
vnotarfrancesco author 1/10/2025

Thanks Sergey.

G
GMO 2/3/2025

Another method:

place a text file inside server folder, >>> Style Editor -> Global pages -> footer >> do php include code > ex: <?php include("php_includes/footer/footer_txt");?>

Makes it faster and simpler to change or upate your script footer, if you have access to Server, File Manager or FTP Client.