WIP
This commit is contained in:
@@ -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"),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user