X7ROOT File Manager
Current Path:
/home/softbdltd/circlglobal.com/application/views
home
/
softbdltd
/
circlglobal.com
/
application
/
views
/
??
..
??
admin
??
errors
??
index.html
(142 B)
??
view_about.php
(664 B)
??
view_category.php
(7.24 KB)
??
view_contact.php
(5.26 KB)
??
view_event.php
(5.83 KB)
??
view_event_detail.php
(10.09 KB)
??
view_faq.php
(1.91 KB)
??
view_footer.php
(9.07 KB)
??
view_header.php
(27.14 KB)
??
view_home.php
(34.66 KB)
??
view_news.php
(7.39 KB)
??
view_news_detail.php
(7.9 KB)
??
view_page_dynamic.php
(673 B)
??
view_photo_gallery.php
(1.45 KB)
??
view_portfolio.php
(2.44 KB)
??
view_portfolio_detail.php
(7.5 KB)
??
view_pricing.php
(1.74 KB)
??
view_privacy_policy.php
(674 B)
??
view_search.php
(4.05 KB)
??
view_service.php
(1.78 KB)
??
view_service_detail.php
(4.67 KB)
??
view_team.php
(3.21 KB)
??
view_team_member.php
(3.63 KB)
??
view_term_and_condition.php
(660 B)
??
view_testimonial.php
(1.53 KB)
??
view_thankyou_subscribe.php
(798 B)
Editing: view_event_detail.php
<!--Banner Start--> <div class="banner-slider" style="background-image: url(<?php echo base_url(); ?>public/uploads/<?php echo $event_detail['banner']; ?>)"> <div class="bg"></div> <div class="bannder-table"> <div class="banner-text"> <h1><?php echo $event_detail['event_title']; ?></h1> </div> </div> </div> <!--Banner End--> <!--Event-Details Start--> <div class="event-detail pt_60 pb_90"> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="event-detail-content"> <div class="event-carousel owl-carousel"> <div class="event-photo-item"> <img src="<?php echo base_url(); ?>public/uploads/<?php echo $event_detail['photo']; ?>" alt="Event Photo"> </div> </div> <div class="row"> <div class="col-md-4 col-sm-6"> <div class="event-contact-item"> <div class="event-contact-icon"> <i class="fa fa-play" aria-hidden="true"></i> </div> <div class="event-contact-text"> <h4><?php echo EVENT_START_DATE; ?></h4> <p> <?php $dt = explode('-',$event_detail['event_start_date']); if($dt[1] == '01') {$month = 'January';} if($dt[1] == '02') {$month = 'February';} if($dt[1] == '03') {$month = 'March';} if($dt[1] == '04') {$month = 'April';} if($dt[1] == '05') {$month = 'May';} if($dt[1] == '06') {$month = 'June';} if($dt[1] == '07') {$month = 'July';} if($dt[1] == '08') {$month = 'August';} if($dt[1] == '09') {$month = 'September';} if($dt[1] == '10') {$month = 'October';} if($dt[1] == '11') {$month = 'November';} if($dt[1] == '12') {$month = 'December';} echo $month . ' ' . $dt[2] . ', ' . $dt[0]; ?> </p> </div> </div> </div> <div class="col-md-4 col-sm-6"> <div class="event-contact-item"> <div class="event-contact-icon"> <i class="fa fa-flag" aria-hidden="true"></i> </div> <div class="event-contact-text"> <h4><?php echo EVENT_END_DATE; ?></h4> <p> <?php $dt = explode('-',$event_detail['event_end_date']); if($dt[1] == '01') {$month = 'January';} if($dt[1] == '02') {$month = 'February';} if($dt[1] == '03') {$month = 'March';} if($dt[1] == '04') {$month = 'April';} if($dt[1] == '05') {$month = 'May';} if($dt[1] == '06') {$month = 'June';} if($dt[1] == '07') {$month = 'July';} if($dt[1] == '08') {$month = 'August';} if($dt[1] == '09') {$month = 'September';} if($dt[1] == '10') {$month = 'October';} if($dt[1] == '11') {$month = 'November';} if($dt[1] == '12') {$month = 'December';} echo $month . ' ' . $dt[2] . ', ' . $dt[0]; ?> </p> </div> </div> </div> <div class="offset-md-0 col-md-4 offset-sm-3 col-sm-6 offset-sm-3"> <div class="event-contact-item"> <div class="event-contact-icon"> <i class="fa fa-map-marker" aria-hidden="true"></i> </div> <div class="event-contact-text"> <h4><?php echo ADDRESS; ?></h4> <p> <?php echo nl2br($event_detail['event_location']); ?> </p> </div> </div> </div> </div> <div class="event-detail-text"> <h3><?php echo $event_detail['event_title']; ?></h3> <?php echo $event_detail['event_content']; ?> </div> </div> <div class="event-map headstyle"> <h4><?php echo EVENT_LOCATION_MAP; ?></h4> <?php echo $event_detail['event_map']; ?> </div> <div class="comment-form headstyle mt_50"> <h4><?php echo SHARE_THIS_EVENT; ?></h4> <div class="share-container"> <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a class="a2a_dd" href="https://www.addtoany.com/share"></a> <a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_google_plus"></a> <a class="a2a_button_pinterest"></a> <a class="a2a_button_linkedin"></a> <a class="a2a_button_digg"></a> <a class="a2a_button_tumblr"></a> <a class="a2a_button_reddit"></a> <a class="a2a_button_stumbleupon"></a> </div> <script async src="https://static.addtoany.com/menu/page.js"></script> </div> </div> </div> <div class="col-lg-4"> <div class="event-sidebar sidebar"> <div class="sidebar-item"> <h3><?php echo SIDEBAR_EVENT_HEADING_1; ?></h3> <?php $i=0; foreach($event as $row) { $i++; if($i>$setting['sidebar_total_upcoming_event']) { break; } $today = date('Y-m-d'); ?> <?php if($today<$row['event_start_date']): ?> <div class="sidebar-recent-item"> <div class="recent-photo"> <a href="<?php echo base_url(); ?>event/view/<?php echo $row['event_id']; ?>"><img src="<?php echo base_url().'public/uploads/'.$row['photo']; ?>" alt="Event Photo"></a> </div> <div class="recent-text"> <a href="<?php echo base_url(); ?>event/view/<?php echo $row['event_id']; ?>"><?php echo $row['event_title']; ?></a> <div class="rpwwt-post-date"><?php echo START_DATE; ?>: <?php echo $row['event_start_date']; ?></div> </div> </div> <?php endif; ?> <?php } ?> </div> <div class="sidebar-item"> <h3><?php echo SIDEBAR_EVENT_HEADING_2; ?></h3> <?php $i=0; foreach($event as $row) { $i++; if($i>$setting['sidebar_total_past_event']) { break; } $today = date('Y-m-d'); ?> <?php if($today>$row['event_end_date']): ?> <div class="sidebar-recent-item"> <div class="recent-photo"> <a href="<?php echo base_url(); ?>event/view/<?php echo $row['event_id']; ?>"><img src="<?php echo base_url().'public/uploads/'.$row['photo']; ?>" alt="Event Photo"></a> </div> <div class="recent-text"> <a href="<?php echo base_url(); ?>event/view/<?php echo $row['event_id']; ?>"><?php echo $row['event_title']; ?></a> <div class="rpwwt-post-date"><?php echo START_DATE; ?>: <?php echo $row['event_start_date']; ?></div> </div> </div> <?php endif; ?> <?php } ?> </div> </div> </div> </div> </div> </div> <!--Event-Details End-->
Upload File
Create Folder