diff options
Diffstat (limited to 'admin/comments.php')
-rw-r--r-- | admin/comments.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/admin/comments.php b/admin/comments.php index 002ed9565..e54f13421 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -92,6 +92,17 @@ $template->assign( ); // +-----------------------------------------------------------------------+ +// | Tabs | +// +-----------------------------------------------------------------------+ + +include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php'); + +$tabsheet = new tabsheet(); +$tabsheet->add('', l10n('User comments validation'), ''); +$tabsheet->select(''); +$tabsheet->assign(); + +// +-----------------------------------------------------------------------+ // | comments display | // +-----------------------------------------------------------------------+ |