File "single_event.php"

Full Path: /home/ichhrkpd/public_html/application/helpers/single_event.php
File size: 1.15 KB
MIME-type: text/plain
Charset: utf-8

<!-- 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 -->