aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--identification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/identification.php b/identification.php
index 9c098abd1..b9df31ac3 100644
--- a/identification.php
+++ b/identification.php
@@ -49,7 +49,7 @@ if ( isset( $_POST['login'] ) )
$title = $lang['ident_page_title'];
include('include/page_header.php');
-$handle = $vtp->Open( './template/default/identification.vtp' );
+$handle = $vtp->Open( './template/'.$user['template'].'/identification.vtp' );
// language
$vtp->setGlobalVar( $handle, 'ident_title', $lang['ident_title'] );
$vtp->setGlobalVar( $handle, 'login', $lang['login'] );