Changeset 1133589
- Timestamp:
- 04/13/2015 08:58:14 AM (11 years ago)
- Location:
- free-counter
- Files:
-
- 2 edited
-
tags/1.1/template/statistic.php (modified) (1 diff)
-
trunk/template/statistic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
free-counter/tags/1.1/template/statistic.php
r1127003 r1133589 86 86 </div> 87 87 <div class="inline" style="margin-top:0px;"> 88 <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "forgotpassword"?>', 'Forgot Password'); ">Forgot password?</a> <br />89 <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "?contact=show"?>', 'contact'); ">Need help? / Contact us</a>88 <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "forgotpassword"?>', 'Forgot Password'); return false;">Forgot password?</a> <br /> 89 <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "?contact=show"?>', 'contact'); return false;">Need help? / Contact us</a> 90 90 </div> 91 91 </div> -
free-counter/trunk/template/statistic.php
r1127003 r1133589 86 86 </div> 87 87 <div class="inline" style="margin-top:0px;"> 88 <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "forgotpassword"?>', 'Forgot Password'); ">Forgot password?</a> <br />89 <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "?contact=show"?>', 'contact'); ">Need help? / Contact us</a>88 <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "forgotpassword"?>', 'Forgot Password'); return false;">Forgot password?</a> <br /> 89 <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "?contact=show"?>', 'contact'); return false;">Need help? / Contact us</a> 90 90 </div> 91 91 </div>
Note: See TracChangeset
for help on using the changeset viewer.