*** empty log message ***

git-svn-id: http://piwigo.org/svn/trunk@26 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2003-07-21 19:47:14 +00:00
commit 2fa9252446
25 changed files with 1058 additions and 1116 deletions

View file

@ -18,10 +18,7 @@ define( PREFIX_INCLUDE, '' );
include_once( './include/config.inc.php' );
include_once( './include/user.inc.php' );
include( './theme/'.$user['theme'].'/conf.php' );
$user['lien_expanded'] = './theme/'.$user['theme'].'/expanded.gif';
$user['lien_collapsed'] = './theme/'.$user['theme'].'/collapsed.gif';
// calculation of the number of picture to display per page
$user['nb_image_page'] = $user['nb_image_line'] * $user['nb_line_page'];
// retrieving the restrictions for this user
@ -35,6 +32,5 @@ if ( $user['is_the_guest'] )
{
$user['username'] = $lang['guest'];
}
include_once( './template/'.$user['template'].'/style.inc.php' );
include_once( './template/'.$user['template'].'/htmlfunctions.inc.php' );
?>