Forum Replies Created

Viewing 1 replies (of 1 total)
  • @Jorditan 24:

    <?php include(TEMPLATEPATH.'/bottom.php');?>    
    
    <div id="footer" class="rounded">
    
    <div class="fleft">
    
    Design by: <a href="http://mmohut.com/">MMORPG</a>  <br/>
    Copyright &copy; <?php echo date('Y');?> <?php bloginfo('name');?> &ndash; <?php bloginfo('description');?>
    <br/>
    <?php $foot=get_option('flcn_foot');
    echo stripslashes($foot);?>
    </div>
    
    <div class="fright">
    <a href="http://mmohut.com/browser-games">Browser MMO Games</a>  | <a href="http://www.hostv.com/">VPS</a>  | <a href="http://www.cirtexhosting.com/">Website Hosting</a> <br/>
    <a href="<?php bloginfo('rss2_url');?>">Subscribe to Posts</a> | <a href="<?php bloginfo('comments_rss2_url');?>">Subscribe to Comments</a>
        </div>
    <div class='clear'></div>
    </div>
    
    <?php wp_footer();?>
    
    </body>
    </html>

Viewing 1 replies (of 1 total)