| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2bsite.hellogtx.com/application/layouts/template1/ |
Upload File : |
<?php
$controllerName = Zend_Controller_Front::getInstance()->getRequest()->getControllerName();
$actionName = Zend_Controller_Front::getInstance()->getRequest()->getActionName();
$moduleName = Zend_Controller_Front::getInstance()->getRequest()->getModuleName();
$active="class='active'";
?>
<!--Left navigation section start-->
<section id="left-navigation" class="active">
<!--Left navigation user details start-->
<!--Left navigation user details end-->
<!--Phone Navigation Menu icon start-->
<!--<div class="phone-nav-box visible-xs">
<a class="phone-logo" href="index.html" title="">
<h1>TripsBank</h1>
</a>
<a class="phone-nav-control" href="javascript:void(0)">
<span class="fa fa-bars"></span>
</a>
<div class="clearfix"></div>
</div>-->
<!--Phone Navigation Menu icon start-->
<!--Left navigation start-->
<ul class="mainNav active" style="margin-top:25px;">
<li>
<a href="<?php echo $this->baseUrl("agency"); ?>" <?php echo ($controllerName=='agency' && $actionName=='index')? $active : '';?>>
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
</a>
</li>
<li <?php echo ($moduleName=='insurance' || in_array($controllerName, array('flight','index')) && !in_array($actionName, array('index')))? $active : '';?>>
<a href="#">
<i class="glyphicon glyphicon-tree-deciduous"></i> <span>Buy</span>
</a>
<ul>
<li><a href="<?php echo $this->baseUrl('/insurance/'); ?>" <?php echo ($moduleName=='insurance' && $controllerName=='index' && in_array($actionName, array('index','bookingconfirm','result','details','reviewbooking')))? $active : '';?>>Insurance</a></li>
</ul>
</li>
<li>
<a href="#">
<i class="glyphicon glyphicon-tree-deciduous"></i> <span>Bookings</span>
</a>
<ul>
<li><a href="<?php echo $this->baseUrl('/insurance/listings'); ?>" <?php echo ($moduleName=='insurance' && $controllerName=='listings' && in_array($actionName, array('index')))? $active : '';?>>Insurance</a></li>
</ul>
</li>
<!--<li>
<a href="#">
<i class="glyphicon glyphicon-tree-deciduous"></i> <span>Opportunities</span>
</a>
<ul>
<li><a href="leadListing.html">Leads</a></li>
<li><a href="#">Create Lead</a></li>
<li><a href="#">Forecasts</a></li>
</ul>
</li>
<li>
<a href="#">
<i class="glyphicon glyphicon-tree-deciduous"></i> <span>Contacts</span>
</a>
<ul>
<li><a href="customers.html">Customers</a></li>
<li><a href="suppliers.html">Suppliers</a></li>
<li><a href="#">Employees</a></li>
<li><a href="#">Branches</a></li>
</ul>
</li>
<li>
<a href="#">
<i class="glyphicon glyphicon-tree-deciduous"></i> <span>My Inventory</span>
</a>
<ul>
<li><a href="<?php echo $this->baseUrl('flight'); ?>">Flight Deals</a></li>
<li><a href="<?php echo $this->baseUrl('hotel'); ?>">Hotel Deals</a></li>
<li><a href="listpackageLand.html">Land Packages</a></li>
<li><a href="listpackage.html">Fixed Departures</a></li>
<li><a href="#">Flexi Packages</a></li>
<li><a href="<?php echo $this->baseUrl('activities'); ?>">Activities</a></li>
<li><a href="<?php echo $this->baseUrl('sightseeing'); ?>">Sightseeing</a></li>
<li><a href="<?php echo $this->baseUrl('transport'); ?>">Transports</a></li>
</ul>
</li>
<li>
<a href="#">
<i class="glyphicon glyphicon-tree-deciduous"></i> <span>Finance</span>
</a>
<ul>
<li><a href="customers.html">Customers</a></li>
<li><a href="suppliers.html">Suppliers</a></li>
<li><a href="#">Tripsbank</a></li>
</ul>
</li>
<li>
<a href="#">
<i class="glyphicon glyphicon-tree-deciduous"></i> <span>Market Place</span>
</a>
<ul>
<li><a href="#">By Country</a></li>
<li><a href="#">By Services</a></li>
</ul>
</li>
<li>
<a href="support.html">
<i class="fa fa-users"></i>
<span>Support</span>
</a>
</li>-->
<!--<li>
<a href="#">
<i class="fa fa-users"></i>
<span>My Preferences</span>
</a>
</li>
<li>
<a href="#">
<i class="glyphicon glyphicon-tree-deciduous"></i> <span>Setting</span>
</a>
<ul>
<li><a href="profile.html">Company Profile</a></li>
<li><a href="edit_policies.html">Term & Conditions</a></li>
<li><a href="#">Bank Details</a></li>
<li><a href="#">Branches</a></li>
<li><a href="#">Users</a></li>
<li><a href="#">Currency</a></li>
</ul>
</li>-->
</ul>
<!--Left navigation end-->
</section>
<!--Left navigation section end-->