Skip to content

Commit

Permalink
Update ydeposit.php
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
whotooktwarden committed Aug 11, 2015
1 parent a15b92d commit ef0b992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydeposit.php
Expand Up @@ -141,7 +141,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="index.php"><?php include "include.php"; echo $gatewayName; ?></a><!-- YOUR HOMEPAGE LINK--> <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>
<div class="navbar-collapse collapse"> <div class="navbar-collapse collapse">
</div><!--/.navbar-collapse --> </div><!--/.navbar-collapse -->
Expand Down Expand Up @@ -207,7 +207,7 @@


<hr> <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> </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> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script>


Expand Down

0 comments on commit ef0b992

Please sign in to comment.