hey this is just a dirty hack to show you how to add information links to your footer like your header enjoy
put this in the bottom of your main_page.tpl.php file where ever you want this to show at the bottom and please remember it goes horizontal, and is links to pages inside your site it could also be used for the header but i have released a tab style for that
HTML Code:
<td align="right" class="headerNavigation"><a href="<?php echo tep_href_link(FILENAME_CONTACT_US); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_CONTACT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CONDITIONS); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_CONDITIONS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_PRIVACY); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_PRIVACY; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHIPPING);?>" class="headerNavigation"><?php echo BOX_INFORMATION_SHIPPING; ?></a> </td>