From af04be9088a96ed3a64fe9af032d4a544ac12443 Mon Sep 17 00:00:00 2001 From: haszi Date: Wed, 10 Apr 2024 15:01:36 +0200 Subject: [PATCH] Pass setup to page footer Pass the various setup variables to the footer so that the contirbution links can be moved there in web-php --- phpdotnet/phd/Package/PHP/Web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdotnet/phd/Package/PHP/Web.php b/phpdotnet/phd/Package/PHP/Web.php index 14b6718c..c80af457 100644 --- a/phpdotnet/phd/Package/PHP/Web.php +++ b/phpdotnet/phd/Package/PHP/Web.php @@ -209,7 +209,7 @@ public function header($id) { } public function footer($id) { - return ""; + return ''; } protected function writeJsonIndex() {