| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/themes/sunshine/layout/terms/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/themes/sunshine/layout/terms/custom-page.phtml |
<?php
if ($wo['page_data']['page_type'] == 0) {
?>
<div class="page-margin">
<?php echo htmlspecialchars_decode($wo['page_data']['page_content']);?>
</div>
<?php
} else {
?>
<div class="page-margin">
<div class="page-margin mt-0">
<div class="wow_content popular_posts_hdr">
<img src="<?php echo $wo['config']['theme_url'];?>/img/terms.png" class="bg_trail">
<h2><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.68687 7.06852C2.31315 4.39862 4.39783 2.31394 7.06773 1.68767C8.9959 1.23538 11.0026 1.23538 12.9307 1.68767C15.6006 2.31394 17.6853 4.39862 18.3116 7.06852C18.7639 8.99669 18.7639 11.0034 18.3116 12.9315C17.6853 15.6014 15.6006 17.6861 12.9307 18.3124C11.0026 18.7647 8.9959 18.7647 7.06773 18.3124C4.39783 17.6861 2.31315 15.6014 1.68687 12.9315C1.23458 11.0034 1.23458 8.99669 1.68687 7.06852Z" stroke="currentColor" stroke-width="1.5"></path><path d="M7 7H11M7 13H10M7 10H13" class="icon_main" stroke-width="1.5" stroke-linecap="round"></path></svg> <?php echo $wo['page_data']['page_title']?></h2>
</div>
</div>
<div class="wow_content wo_terms_page">
<div class="setting-well">
<?php echo htmlspecialchars_decode($wo['page_data']['page_content']);?>
</div>
</div>
</div>
<?php } ?>