latest changes

This commit is contained in:
2025-06-17 08:01:10 -07:00
parent edcad561a5
commit 4c48d7ccbd
50 changed files with 1735 additions and 195 deletions

View File

@@ -6,9 +6,7 @@
// https://rad-theme-engine.ofco.cloud/docs/guides/helpers/
echo site()->render("header", [
"logo" => site()->getAssetURL("main-logo.jpg"),
"accountHref" => get_permalink(73),
"person-icon" => site()->getAssetContents("person-circle.svg"),
"phone-icon" => site()->getAssetContents("telephone.svg"),
"menu" => site()->renderMenu("main-nav"),
"searchTerm" => $_GET["s"] ?? "",
]);