Quote Originally Posted by andreitero View Post
I have done that and i installed the disclaimer, but the tpl_footer is modified for cold_steel so it didn't work to replace it, so i have added this code:
PHP Code:
<!--bof- product disclaimer display CLJ 11/15/2008 -->
<div id="disclaimer"><?php echo TEXT_PRODUCTS_DISCLAIMER?>
</div>
<!--eof- product disclaimer display CLJ 11/15/2008-->
to the tpl_footer from cold_steel exactly before the last 2 divs in here:
PHP Code:
<!--bof-navigation display -->
<div id="navSuppWrapper">
<div id="navSupp">
<ul>
<li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE$_SERVER['REMOTE_ADDR'])))) { ?>
<?php 
require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
<?php 
?>
</ul>
</div>
</div>
<!--eof-navigation display -->
, but now all the text is bold and i'm not sure it should be like that or if i done it correctly. Can u please tell me where to add that snippet inside the tlp_footer?
It looks fine and yes, the disclaimer text is supposed to be bold.