Hi, I wanted to break the footer so that the copyright message is in its own
line rather than flowing over 2 lines. I did the following but it didn't
work:
$footerlinks = array(
'lastmod', 'viewcount', 'numberofwatchingusers', 'credits',
'privacy', 'disclaimer', 'about', 'tagline', '\n', 'copyright',
);
Has anyone tried that?
PM Poon