home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-content / themes / default / links.php < prev    next >
Encoding:
PHP Script  |  2008-01-29  |  189 b   |  19 lines

  1. <?php
  2. /*
  3. Template Name: Links
  4. */
  5. ?>
  6.  
  7. <?php get_header(); ?>
  8.  
  9. <div id="content" class="widecolumn">
  10.  
  11. <h2>Links:</h2>
  12. <ul>
  13. <?php wp_list_bookmarks(); ?>
  14. </ul>
  15.  
  16. </div>
  17.  
  18. <?php get_footer(); ?>
  19.