source:
trunk/www.guidonia.net/wp/wp-content/plugins/fbconnect/fbconnect_tab.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 392 bytes |
Rev | Line | |
---|---|---|
[44] | 1 | <?php |
2 | get_header(); | |
3 | ?> | |
4 | <div id="content" class="narrowcolumn"> | |
5 | <div style="width:100%;clear:both;"> </div> | |
6 | <h2><?php _e('User comments', 'fbconnect') ?></h2> | |
7 | <?php | |
8 | if(file_exists (TEMPLATEPATH.'/usercomments.php')){ | |
9 | include( TEMPLATEPATH.'/usercomments.php'); | |
10 | }else{ | |
11 | include( FBCONNECT_PLUGIN_PATH.'/usercomments.php'); | |
12 | } | |
13 | ?> | |
14 | </div> | |
15 | ||
16 | <?php | |
17 | get_footer(); | |
18 | ?> |
Note:
See TracBrowser
for help on using the repository browser.