-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
34 lines (20 loc) · 922 Bytes
/
footer.php
1
</div><!--end #main--> <div id="footer"> <div class="bottom"> <div class="left"> © <?php echo mysql2date('Y',current_time('timestamp')); ?> <a href="<?php bloginfo('url'); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>. <?php _e('All rights reserved','soulol'); ?>. XHTML/CSS Valid. </div> <!--end .left--> <div class="right"> <?php _e('Localized by','Soul Online'); ?> <a href="http://www.soulol.com"><?php _e('Soul Online','Soul Online'); ?></a>. </div> <!--end .right--> <div class="clear"></div> </div> <!--end .bottom--> <div class="clear"></div> </div> <!--end #footer --></div> <!--end #wrapper --><!--begin of body code--> <?php if(get_theme_mod('body_code_status') == "Yes") echo stripslashes(get_theme_mod('body_code')); ?><!--end of body code--><?php wp_footer(); ?></body></html>