How to call other .php files into template.html How to call other .php files into template.html
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to call other .php files into template.html

Started by Hanna., March 30, 2023, 05:12:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hanna.

I'm trying to add this:

Quote<?php  include "./welcome.php";?>

into template.html but it won't display. I need to be able to include/import php files in the template to save myself each time I change the theme colors/layout.

Please advise.

ron4mac

You can not run PHP code from an .html file.

See here for adding custom PHP code.

Hanna.

You can close this topic. I was able to locate the plugin that you provided me a while back in regards to this. Thanks!

Hanna.