D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
spre.dominicaninstitute.edu.ng
/
Filename :
diploma-in-theology-onsite.php
back
Copy
<?php $page_title; $page_title = ucfirst(basename(__FILE__, '.php')); if ($page_title === 'index') { $page_title = 'Home'; } include 'sections/pages-header.php'; include 'inc/config.php'; ?> <?php // include 'inc/config.php'; global $con; $get_post = "select * from pages where page_name='diploma_theologyons'"; $run_post = mysqli_query($con, $get_post); while ($row_post = mysqli_fetch_array($run_post)) { $contenter = $row_post['content']; $image = $row_post['image']; } ?> <div class="container" style="margin-top:20px;"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="img-box"> <img src="uploads/pages/<?= $image ?>" alt=""> </div> </div> </div> <div class="text-justify margin-top-35 margin-bottom-35"> <?= $contenter ?> </div> <!-- <blockquote class="quote margin-bottom-50"></i>JDPCI has extensive experience across the all industries in world. We help our clients <br>set new standards of excellence.</blockquote> --> </div> <?php include_once 'sections/footer.php'; ?>