A page displayed when the visitor tries to access a page with limited access.
Kuvaus
The page content is printed with the {Content}
tag.
Sivupohjan ominaisuudet
- Sivupohjan sijainti
- themes/shop/THEME/restricted.html
- Sivupohjan URL
- Kaikki osoitteet
- Asetettu näkyvyys
Toteutus oletusteemassa
{Helper(file:'helpers/header')}
<div id="PageHeader">
{Path}
<h1>{PageTitle}</h1>
</div>
<div class="Content">
{Notifications(group: 'account')}
{Content}
</div>
{Helper(file:'helpers/footer')}