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_search.php
<!--Banner Start--> <div class="banner-slider" style="background-image: url(<?php echo base_url(); ?>public/uploads/<?php echo $setting['banner_search']; ?>)"> <div class="bg"></div> <div class="bannder-table"> <div class="banner-text"> <h1><?php echo $page_search['search_heading']; ?> <?php echo $search_string; ?></h1> </div> </div> </div> <!--Banner End--> <!--Event-Area Start--> <div class="event-area pt_60 pb_90"> <div class="container"> <div class="row"> <div class="col-12"> <?php if(!$total): ?> <span style="color:red;"><?php echo NO_RESULT_FOUND; ?></span> <?php else: ?> <?php foreach($result as $row) { ?> <div class="event-item"> <div class="row"> <div class="col-xl-3 col-lg-4"> <div class="event-photo" style="background-image: url(<?php echo base_url(); ?>public/uploads/<?php echo $row['photo']; ?>)"></div> </div> <div class="col-xl-9 col-lg-8"> <div class="event-body"> <div class="event-header"> <ul> <li class="event-header-left"> <h4><?php echo $row['news_title']; ?></h4> <span><i class="fa fa-clock-o"></i> <?php echo NEWS_DATE; ?>: <?php $dt = explode('-',$row['news_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]; ?> </span> </li> </ul> </div> <div class="event-content"> <p> <?php echo $row['news_content_short']; ?> </p> <div class="button-df"> <a href="<?php echo base_url(); ?>news/view/<?php echo $row['news_id']; ?>"><?php echo READ_MORE; ?> <i class="fa fa-chevron-circle-right"></i></a> </div> </div> </div> </div> </div> </div> <?php } ?> <?php endif; ?> </div> </div> </div> </div> <!--Event-Area End
Upload File
Create Folder