Skip to content

Commit b4e9672

Browse files
Update ywithdraw.php
Bug fix
1 parent d157caa commit b4e9672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ywithdraw.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<span class="icon-bar"></span>
144144
</button>
145145
<a class="navbar-brand" href="index.php"><?php include "include.php"; echo $gatewayName; ?></a><!-- YOUR HOMEPAGE LINK-->
146-
<?php include "header.php; echo $headerText; ?>
146+
<?php include "header.php"; echo "$headerText"; ?>
147147
</div>
148148
<div class="navbar-collapse collapse">
149149
</div><!--/.navbar-collapse -->
@@ -236,7 +236,7 @@
236236
</div>
237237
<hr>
238238

239-
<?php include "footer.php; echo $footerText; ?>
239+
<?php include "footer.php"; echo "$footerText"; ?>
240240
</div> <!-- /container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
241241
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
242242

0 commit comments

Comments
 (0)