This repository has been archived on 2022-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
pluxml-theme-kazhnuz-space/static-noback.php

14 lines
322 B
PHP
Executable File

<?php include(dirname(__FILE__).'/components/header.php'); ?>
<section id="mainsite" class="container">
<div class="row">
<div class="col-md-12">
<section class="align-center"><?php $plxShow->staticContent(); ?></section>
</div>
</div>
</section>
<?php include(dirname(__FILE__).'/components/footer.php'); ?>