bug 24 : Identification page uses a hard-coded path towards default

template. Corrected.


git-svn-id: http://piwigo.org/svn/branches/release-1_3@414 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-04-30 17:58:44 +00:00
parent 1d5af70e5e
commit 4aa919f38f

View File

@@ -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'] );