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 luciano, 14 years ago
File size: 392 bytes
Line 
1<?php
2get_header();
3?>
4 <div id="content" class="narrowcolumn">
5 <div style="width:100%;clear:both;">&nbsp;</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
17get_footer();
18?>
Note: See TracBrowser for help on using the repository browser.