From 4aa919f38ff54b287c4ac3a23c7528642c50d1b2 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 30 Apr 2004 17:58:44 +0000 Subject: 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 --- identification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ); -- cgit v1.2.3