39 lines
1.7 KiB
PHP
39 lines
1.7 KiB
PHP
<div id="page">
|
|
|
|
<!-- Preloader-->
|
|
<div class="preloader"></div>
|
|
|
|
<!-- topbar -->
|
|
<div id="fh-header-minimized" class="fh-header-minimized fh-header-v1"></div>
|
|
<div id="topbar" class="topbar">
|
|
<div class="container">
|
|
|
|
<div class="topbar-left topbar-widgets text-left">
|
|
<div id="cargo-office-location-widget-2" class="widget cargo-office-location-widget">
|
|
<div class="office-location clearfix">
|
|
<ul class="topbar-office active">
|
|
<li><i class="flaticon-telephone" aria-hidden="true"></i><?php echo (SITEVARS->phone)?></li>
|
|
<li><i class="flaticon-web" aria-hidden="true"></i><?php echo (SITEVARS->email)?></li>
|
|
<li><i class="flaticon-pin" aria-hidden="true"></i><?php echo (SITEVARS->address)?>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="topbar-right topbar-widgets text-right">
|
|
<div class="widget cargohub-social-links-widget">
|
|
<div class="list-social style-1">
|
|
<a href="<?php echo (SITEVARS->fb)?>" target="_blank"><i class="fa fa-facebook"></i></a>
|
|
<a href="<?php echo (SITEVARS->insta)?>" target="_blank"><i class="fa fa-instagram"></i></a>
|
|
<a href="<?php echo base_url(SITEVARS->tiktok)?>" target="_blank"><i class="fa fa-youtube"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- topbar end -->
|
|
<!-- masthead -->
|
|
</div>
|
|
<!--End pagewrapper-->
|