Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Putting text links in my footer where my counter used to be?


onedownfiveup

Recommended Posts

Posted
How can I put text links where my counter is in my footer? I want to link privacy.php there and same with contactus

 

 

You can do it in two ways.

 

 

1. Modify the text in languages/english.php file

which probably wont be sufficient

 

so you can the modify the actual includes/footer.php file

 

hope that helps.

 

Mark

Posted

<table border="0" width="100%" cellspacing="0" cellpadding="1">
 <tr class="footer">
<td class="footer" align="right">  <a href="http://www.smithersstore.com/privacy.php">Privacy</a> 
  </td>
<td align="left" class="footer">  <?php echo strftime(DATE_FORMAT_LONG); ?>  </td>
 </tr>
</table>

 

That is not working.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...