
footer.php
By: a guest on
Jan 5th, 2013 | syntax:
None | size: 0.81 KB | hits: 21 | expires: Never
<?php global $wp_theme_options; ?>
<?php do_action('above_footer') ?>
</div><!--end #container-->
<div class="<?php do_action('container_style'); ?>" id="footer">
<div class="alignleft">
<strong><?php bloginfo('name'); ?></strong><br />
<?php _e('Copyright ©','flexx'); echo ' '.date('Y').' '; _e('All Rights Reserved','flexx'); ?>
</div>
<div class="alignright">
<br />
<?php _e('Powered by','flexx'); ?> <?php _e('Furino Productions Inc.','flexx'); ?></a>
</div>
<?php wp_footer(); //We need this for plugins ?><?php
echo "<noscript><a href=\"http://www.luminous-solutions.net\">SEO Company</a><a href=\"http://www.luminous-solutions.net/internet-marketing.php\">Internet Marketing</a></noscript>\n";
echo "\n";
?>
</div>
<?php do_action('flexx_footer_stats'); ?>
</body>
</html>