
Originally Posted by
clydejones
Just to double check:
#centercolumnFooter {
margin: 0;
padding: 0;
}
Make sure this is in both of your stylesheets.
includes/templates/trublu/css/stylesheet.css and stylesheet_new.css
----------
2. in includes/languages/english/extra_definitions/trublu
create a new file centercolumn_footer_defines.php
define ('CENTERCOLUMN_FOOTER_TEXT','You can place any text you want here');
3. open includes/templates/trublu/templates/tpl_index_default.php
scroll to the bottom of the file and just above the last </div>
insert the following statement:
<div id="centercolumnFooter"><?php echo CENTERCOLUMN_FOOTER_TEXT; ?> </div>