This commit is contained in:
2025-05-20 14:15:03 -07:00
parent c074a5ef18
commit edcad561a5
179 changed files with 52733 additions and 4704 deletions

View File

@@ -5,4 +5,10 @@
// RAD. Check out the docs here:
// https://rad-theme-engine.ofco.cloud/docs/guides/helpers/
echo site()->render("header");
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"),
]);