Weaver footer error
-
While working in the footer made error, does anyone know the 2010 weaver code? I can’t find the error and looking for a default to reinstall if needed. Here is the current code that is not working. I was trying to get rid of a Pay Pal Link that I did not put in when things when wrong.
http://www.domainclaimers.com<?php /** * The template used to display the footer * * Contains the closing of the id=main div and all content * after. Calls sidebar-footer.php for bottom widgets * */ ?> </div><!-- #main --> <?php if (weaver_getopt_checked('ttw_footer_last')) echo("</div><!-- #wrapper -->\n"); ?> <?php if (!weaver_is_checked_page_opt('ttw-hide-footer')) { weaver_put_area('prefooter'); if (!weaver_getopt('ttw_hide_footer')) { ?> <div id="footer"> <div id="colophon"> <?php get_sidebar( 'footer' ); echo(do_shortcode(weaver_getopt('ttw_footer_opts'))); /* here is where the footer options get inserted */ do_action('wvrx_extended_footer'); /* anything in the extended footer */ do_action('wvrx_plus_footer'); /* after ttw_footer_opts added */ $date = getdate(); $year = $date['year']; <table id='ttw_ftable'><tr> <td id='ttw_ftdl'><div id="site-info"> <?php $cp = weaver_getopt('ttw_copyright'); if (strlen($cp) > 0) { echo(do_shortcode($cp) . '</div></td>'); } else { ?> { ?> <?php echo($year); ?> <a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> ■ </a> <a href="http://www.domainclaimers.com/wp-admin/">Design Editor</a> ■ <a href="http://www.domainclaimers.com/sitemapindex.xml">XML Site Map</a> ■ <a href="#top" title="Return To Top Of Page">Return To Top ▲ </a> </div></td> <?php } if (! weaver_getopt('ttw_hide_poweredby')) { ?> <td id='ttw_ftdr'><div id="site-generator"> <?php do_action('weaver_credits' ); ?> <a href="http://wordpress.org/">" rel="generator"><?php printf( __( 'Powered by %s.', WEAVER_TRANS ), 'WordPress' ); ?></a> </div></td> <?php } ?> </tr></table> </div><!-- #colophon --> </div><!-- #footer --> <?php } weaver_put_area('postfooter'); } /* end of ttw-hide-footer */ ?> </html> <?php if (!weaver_getopt_checked('ttw_footer_last')) echo("</div><!-- #wrapper -->\n"); ?> <?php echo(do_shortcode(weaver_getopt('ttw_end_opts')) ."\n"); /* and this is the end options insertion */ wp_footer(); ?> </body> </html>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Weaver footer error’ is closed to new replies.