1 slamp Aug 10, 2008 10:54
3 slamp Aug 10, 2008 14:24
Thanks;
I add the code below in _body_footer.inc.php after <div id="footer">
<?php
// Display container and contents:
skin_container( NT_('Page Bottom'), array(
// The following params will be used as defaults for widgets included in this container:
'block_start' => '<div class="$wi_class$">',
'block_end' => '</div>',
'block_display_title' => false,
'list_start' => '<ul>',
'list_end' => '</ul>',
'item_start' => '<li>',
'item_end' => '</li>',
) );
?>
Use this code, don't forget to reload the skin in Global settings