mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-02 16:02:17 +02:00
2003.05.13 user_add and user_modify added
git-svn-id: http://piwigo.org/svn/trunk@9 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -29,9 +29,11 @@ $user['restrictions'] = get_restrictions( $user['id'], $user['status'], true );
|
||||
|
||||
$isadmin = false;
|
||||
include_once( './language/'.$user['language'].'.php' );
|
||||
// displaying the username in the language of the connected user, instead of
|
||||
// "guest" as you can find in the database
|
||||
if ( $user['is_the_guest'] )
|
||||
{
|
||||
$user['pseudo'] = $lang['guest'];
|
||||
$user['username'] = $lang['guest'];
|
||||
}
|
||||
include_once( './template/'.$user['template'].'/style.inc.php' );
|
||||
include_once( './template/'.$user['template'].'/htmlfunctions.inc.php' );
|
||||
|
||||
Reference in New Issue
Block a user