Somethigs goes wrong in inc_footer php. I commented:
// <div class="footer2">
// <?php
// if (function_exists('printFavoritesLink')) {
// printFavoritesLink(); echo ' | ';
// }
// printCustomPageURL(gettext('Archive View'), 'archive', '', '');
// if (function_exists('printContactForm')) {
// printCustomPageURL(gettext('Contact'), 'contact', '', ' | ');
// }
// ?>
// </div>
Any idea?
Thanks
-Luke-