Page Header and Footer
In your page you would need to find where you would like the header and footer to appear. Paste the following code in the header section of your HTML page.
[-- IF STORE.UseCompanyLogo --][-- STORE.CompanyLink[-- END_IF --]
[-- IF STORE.HeaderImage --][-- STORE.HeaderLink --][-- END_IF --]
[-- IF PAGE.DisplayPageHeader --][-- HEADER --][-- END_IF --]
Paste the following code in the footer section of your HTML page.
[-- IF PAGE.DisplayPageFooter --][-- FOOTER --][-- END_IF --]
Next: Page Banner Graphic