initial commit
This commit is contained in:
8
header.php
Normal file
8
header.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// This file will build the HTML <head> section like a typical custom WordPress
|
||||
// theme. It will also include the opening body tag, and all expected function
|
||||
// calls are handled for you by the custom Handlerbar helpers that come with
|
||||
// RAD. Check out the docs here:
|
||||
// https://rad-theme-engine.ofco.cloud/docs/guides/helpers/
|
||||
|
||||
echo site()->render("header");
|
||||
Reference in New Issue
Block a user