2020-06-07 : Website Template Updated : v2.23.0
Enhancements
-
Added ability to insert html pages from html pages with a special HTML
comment. Similarly, the ability to include PHP files and call PHP
functions from similar HTML comments.
For example:
<!-- insert user_includes/A_Common_File.html -->
<!-- php_file ./user_includes/a_php_file.php -->
<!-- php_function a_user_function(1,4) -->
New Setup Variables (see <setup-sample.php> for details)
None
Bug Fixes
None