mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-06 05:22:37 +02:00
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:
@@ -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'] );
|
||||
|
||||
Reference in New Issue
Block a user