mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-19 16:54:36 -04:00
33 lines
1.1 KiB
PHP
Executable File
33 lines
1.1 KiB
PHP
Executable File
<div class="navbar navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container-fluid">
|
|
<a class="brand" href="/index.html">
|
|
<?php $payments; ?>
|
|
</a>
|
|
<ul class="nav pull-right">
|
|
<li class="<?php echo ($page == 'index.php') ? 'active' : '';?>">
|
|
<a href="/index.html">Overview</a>
|
|
</li>
|
|
<li class="<?php echo ($page == 'contributors.php') ? 'active' : '';?>">
|
|
<a href="/contributors.html">Contributors</a>
|
|
</li>
|
|
<!--<li class="<?php echo ($page == 'frameworks.php') ? 'active' : '';?>">
|
|
<a href="/frameworks.html">Frameworks</a>
|
|
</li>-->
|
|
<li class="<?php echo ($page == 'usage.php') ? 'active' : '';?>">
|
|
<a href="/usage.html">Usage</a>
|
|
</li>
|
|
<li class="<?php echo ($page == 'methods.php') ? 'active' : '';?>">
|
|
<a href="/methods.html">Methods</a>
|
|
</li>
|
|
<li class="<?php echo ($page == 'drivers.php') ? 'active' : '';?>">
|
|
<a href="/drivers.html">Driver Specific Documentation</a>
|
|
</li>
|
|
<li class="<?php echo ($page == 'add_driver.php') ? 'active' : '';?>">
|
|
<a href="/add_drivers.html">Adding Drivers</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|