source:
trunk/www.guidonia.net/wp/wp-content/themes/fusion/links.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 333 bytes |
Line | |
---|---|
1 | <?php /* Fusion/digitalnature |
2 | |
3 | Template Name: Links |
4 | */ ?> |
5 | <?php get_header(); ?> |
6 | |
7 | |
8 | <!-- mid content --> |
9 | <div id="mid-content"> |
10 | <h2><?php _e("Links:","fusion"); ?></h2> |
11 | <ul> |
12 | <?php wp_list_bookmarks(); ?> |
13 | </ul> |
14 | </div> |
15 | <!-- mid content --> |
16 | </div> |
17 | <!-- /mid --> |
18 | |
19 | <?php get_sidebar(); ?> |
20 | |
21 | <?php get_footer(); ?> |
Note:
See TracBrowser
for help on using the repository browser.