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_team_member.php
<!--Banner Start--> <div class="banner-slider" style="background-image: url(<?php echo base_url(); ?>public/uploads/<?php echo $setting['banner_team']; ?>)"> <div class="bg"></div> <div class="bannder-table"> <div class="banner-text"> <h1><?php echo $member['name']; ?></h1> </div> </div> </div> <!--Banner End--> <!--Team Start--> <div class="team-detail pt_60 pb_90"> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="team-detail-photo"> <img src="<?php echo base_url(); ?>public/uploads/<?php echo $member['photo']; ?>" alt="Team Photo"> </div> <div class="team-info headstyle"> <h4><?php echo CONTACT; ?></h4> <ul> <?php if($member['email'] != ''): ?> <li><span><i class="fa fa-envelope"></i></span><?php echo $member['email']; ?></li> <?php endif; ?> <?php if($member['phone'] != ''): ?> <li><span><i class="fa fa-phone"></i></span><?php echo $member['phone']; ?></li> <?php endif; ?> <?php if($member['website'] != ''): ?> <li><span><i class="fa fa-globe"></i></span><?php echo $member['website']; ?></li> <?php endif; ?> </ul> </div> </div> <div class="col-lg-8"> <div class="team-detail-text"> <h4><?php echo $member['name']; ?></h4> <span><?php echo $member['designation']; ?></span> <p> <?php echo $member['detail']; ?> </p> <ul> <?php if($member['facebook'] != ''): ?> <li><a href="<?php echo $member['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i></a></li> <?php endif; ?> <?php if($member['twitter'] != ''): ?> <li><a href="<?php echo $member['twitter']; ?>" target="_blank"><i class="fa fa-twitter"></i></a></li> <?php endif; ?> <?php if($member['linkedin'] != ''): ?> <li><a href="<?php echo $member['linkedin']; ?>" target="_blank"><i class="fa fa-linkedin"></i></a></li> <?php endif; ?> <?php if($member['youtube'] != ''): ?> <li><a href="<?php echo $member['youtube']; ?>" target="_blank"><i class="fa fa-youtube"></i></a></li> <?php endif; ?> <?php if($member['google_plus'] != ''): ?> <li><a href="<?php echo $member['google_plus']; ?>" target="_blank"><i class="fa fa-google-plus"></i></a></li> <?php endif; ?> <?php if($member['instagram'] != ''): ?> <li><a href="<?php echo $member['instagram']; ?>" target="_blank"><i class="fa fa-instagram"></i></a></li> <?php endif; ?> <?php if($member['flickr'] != ''): ?> <li><a href="<?php echo $member['flickr']; ?>" target="_blank"><i class="fa fa-flickr"></i></a></li> <?php endif; ?> </ul> </div> </div> </div> </div> </div> <!--Team End-->
Upload File
Create Folder