Файловый менеджер - Редактировать - /home/amitahospital/public_html/empanelments.php
Назад
<?php include('include/header.php'); ?> <main id="main"> <!-- ======= Breadcrumbs ======= --> <section class="breadcrumbs"> <div class="container"> <div class="d-flex justify-content-between align-items-center"> <h2>Empanelments</h2> <ol> <li><a href="index.html">Home</a></li> <li>Empanelments</li> </ol> </div> </div> </section><!-- End Breadcrumbs --> <section id="about" class="about"> <div class="container"> <div class="section-title"> <h2>Empanelments</h2> </div> <div class="row"> <?php $res= $obj->getTable('empanelments','emp_id desc'); if($res){ $i=1; foreach($res as $emp_data){ ?> <div class="col-lg-3 pb-3 order-1 order-lg-2"> <div class="info text-center"> <img src="amita_master/upload/empanelments/<?= $emp_data['emp_img'] ?>" width="200px" class="img-fluid" alt=""> <h4 style="padding:15px 0px; text-align:center;"><?= $emp_data['emp_company'] ?></h4> </div> </div> <?php } } ?> </div> </div> </section><!-- End About Us Section --> </main><!-- End #main --> <?php include('include/footer.php'); ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.07 |
proxy
|
phpinfo
|
Настройка