This commit is contained in:
2025-05-07 16:08:02 -07:00
parent ba05a1e4d4
commit 33abe8856a
2 changed files with 19 additions and 6 deletions

View File

@@ -5,7 +5,5 @@
// php file.
echo site()->render("footer", [
"powered-by" => "ofco-rad-theme-engine",
"powered-by-url" => "https://github.com/open-function-computers-llc/rad-theme-engine",
"year" => date("Y"),
"menu" => site()->renderMenu("footer-nav"),
]);