Initial commit
This commit is contained in:
14
playarea/templates/pages/guarantees.php
Normal file
14
playarea/templates/pages/guarantees.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php $page = $b->ls_get_key("page"); ?>
|
||||
<?php $this->ls_set_key("breadcrumbs", array(array($page->get_item_name(), $b->router_get_canonical_uri()))); ?>
|
||||
<?php $this->template_load("head.php"); ?>
|
||||
<?php $this->template_load("header.php"); ?>
|
||||
<section class="section first-other delivery">
|
||||
<div class="container">
|
||||
<h1 class="little delivery__heading"><?= $page->get_item_name(); ?></h1>
|
||||
<div class="delivery__textblock about-textblock page-textarea post-content">
|
||||
<?= $page->get_item_content(); ?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php $this->template_load("main/questions.php"); ?>
|
||||
<?php $this->template_load("footer.php"); ?>
|
||||
Reference in New Issue
Block a user