From 94a6551bafd51deb2bfae144336689eb0472abf6 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Fri, 18 Sep 2026 17:23:39 -0700 Subject: Upload files from test.gnufault.org --- php/templates.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 php/templates.php (limited to 'php/templates.php') diff --git a/php/templates.php b/php/templates.php new file mode 100644 index 0000000..4ead3f8 --- /dev/null +++ b/php/templates.php @@ -0,0 +1,20 @@ + $componentPath) { + $injectedContent = render_component($componentPath); + $html = str_replace($placeholder, $injectedContent, $html); + } + + return $html; +} + +?> -- cgit v1.2.3