diff options
Diffstat (limited to 'admin/waiting.php')
-rw-r--r-- | admin/waiting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/waiting.php b/admin/waiting.php index 9a5e79481..5d342052e 100644 --- a/admin/waiting.php +++ b/admin/waiting.php @@ -66,7 +66,7 @@ if ( isset( $_POST['submit'] ) ) } } //----------------------------------------------------- template initialization -$sub = $vtp->Open( '../template/'.$user['template'].'/admin/waiting.vtp' ); +$sub = $vtp->Open( './template/'.$user['template'].'/admin/waiting.vtp' ); $tpl = array( 'category','date','author','thumbnail','file','delete', 'submit','waiting_update' ); templatize_array( $tpl, 'lang', $sub ); |