|
@@ -141,7 +141,7 @@ |
|
|
|
<span class="icon-bar"></span> |
|
|
|
</button> |
|
|
|
<a class="navbar-brand" href="index.php"><?php include "include.php"; echo $gatewayName; ?></a><!-- YOUR HOMEPAGE LINK--> |
|
|
|
<?php include "header.php; echo $headerText; ?> |
|
|
|
<?php include "header.php"; echo "$headerText"; ?> |
|
|
|
</div> |
|
|
|
<div class="navbar-collapse collapse"> |
|
|
|
</div><!--/.navbar-collapse --> |
|
@@ -234,7 +234,7 @@ |
|
|
|
</div> |
|
|
|
<hr> |
|
|
|
|
|
|
|
<?php include "footer.php; echo $footerText; ?> |
|
|
|
<?php include "footer.php"; echo "$footerText"; ?> |
|
|
|
</div> <!-- /container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
|
|
|
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script> |
|
|
|
|
|
|
0 comments on commit
6d12207