Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory
git-svn-id: http://piwigo.org/svn/trunk@225 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e6c4386182
commit
718116eb30
17 changed files with 21 additions and 21 deletions
|
|
@ -18,7 +18,7 @@
|
|||
***************************************************************************/
|
||||
include_once( './include/isadmin.inc.php' );
|
||||
//----------------------------------------------------- template initialization
|
||||
$sub = $vtp->Open( '../template/'.$user['template'].'/admin/user_modify.vtp' );
|
||||
$sub = $vtp->Open( './template/'.$user['template'].'/admin/user_modify.vtp' );
|
||||
$error = array();
|
||||
$tpl = array( 'adduser_info_message', 'adduser_info_back', 'adduser_fill_form',
|
||||
'login', 'new', 'password', 'mail_address', 'adduser_status',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue