Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
template
/
views
:
single_event.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!-- Start main-content http://www.ichhamatidegreecollege.edu.bd/idcm/files/notice/10.pdf if(file_exists($physical_link)){ $file_exists = 'Y'; } echo $file_exists; ?> --> <div class="main-content"> <!-- Section: inner-header --> <section style="background-color: #dcebf5"> <div class="container pt-10 pb-10" style="min-height:400px;"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12"> <?php echo "<h4>".$event_data->ev_title .'<br>'."</h4>"."<p style='margin-top:10px;'>".date('d-M-Y ', strtotime($event_data->ev_date))."</p>"; ?> <p> <b>Description: </b> <?php echo $event_data->ev_desc; ?> </p> </div> </div> </div> </div> </section> </div> <!-- end main-content -->