Title: sierron's Replies | WordPress.org

---

# sierron

  [  ](https://wordpress.org/support/users/sierron/)

 *   [Profile](https://wordpress.org/support/users/sierron/)
 *   [Topics Started](https://wordpress.org/support/users/sierron/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sierron/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sierron/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sierron/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sierron/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sierron/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme decoding thread](https://wordpress.org/support/topic/posts-requests-for-theme-decoding-in-here-1/)
 *  [sierron](https://wordpress.org/support/users/sierron/)
 * (@sierron)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/posts-requests-for-theme-decoding-in-here-1/page/3/#post-1558329)
 * @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)