Skip to content

Commit

Permalink
Pass setup to page footer
Browse files Browse the repository at this point in the history
Pass the various setup variables to the footer so that the contirbution links can be moved there in web-php
  • Loading branch information
haszi authored and Girgias committed Apr 16, 2024
1 parent e817ea8 commit af04be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpdotnet/phd/Package/PHP/Web.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function header($id) {
}

public function footer($id) {
return "<?php manual_footer(); ?>";
return '<?php manual_footer($setup); ?>';
}

protected function writeJsonIndex() {
Expand Down

0 comments on commit af04be9

Please sign in to comment.