diff options
Diffstat (limited to 'admin/comments.php')
-rw-r--r-- | admin/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/comments.php b/admin/comments.php index 1706897b8..ba0948425 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -159,7 +159,7 @@ if ( isset( $_POST['submit'] ) ) } } //----------------------------------------------------- template initialization -$sub = $vtp->Open( '../template/'.$user['template'].'/admin/comments.vtp' ); +$sub = $vtp->Open( './template/'.$user['template'].'/admin/comments.vtp' ); $tpl = array( 'stats_last_days','delete','close','submit','open' ); templatize_array( $tpl, 'lang', $sub ); $vtp->setGlobalVar( $sub, 'user_template', $user['template'] ); |