*** empty log message ***

git-svn-id: http://piwigo.org/svn/trunk@7 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-05-10 11:40:38 +00:00
parent d32690e674
commit 0d4089e914
2 changed files with 7 additions and 6 deletions

View File

@@ -365,9 +365,9 @@ if ( isset( $page['cat'] ) and $page['cat_nb_images'] != 0 )
}
$vtp->closeSession( $handle, 'thumbnails' );
}
else if ( isset( $page['cat'] )
and is_numeric( $page['cat'] )
and $page['cat_nb_images'] == 0 )
elseif ( isset( $page['cat'] )
and is_numeric( $page['cat'] )
and $page['cat_nb_images'] == 0 )
{
$vtp->addSession( $handle, 'thumbnails' );
@@ -383,7 +383,7 @@ else if ( isset( $page['cat'] )
$result = get_cat_info( $cat_row['id'] );
$cat_directory = $result['dir'];
$name = $lang['sub-cat'].'"<span style="font-weight:bold;">';
$name = '[ <span style="font-weight:bold;">';
if ( $cat_row['name'] != '' )
{
$name.= $cat_row['name'];
@@ -392,7 +392,8 @@ else if ( isset( $page['cat'] )
{
$name.= $cat_row['dir'];
}
$name.= '</span>"';
$name.= '</span> ]';
$name = replace_space( $name );
$query = 'select file,tn_ext';
$query.= ' from '.$prefixeTable.'images';

View File

@@ -43,8 +43,8 @@ $lang['next_page'] = 'Suivante';
$lang['nb_image_category'] = 'nombre d\'images dans la catégorie';
// start version 1.3
//$lang['connected_user_female'] = 'utilisatrice connectée';
$lang['connected_user'] = 'utilisateur connecté';
// end version 1.3
$lang['connected_user_male'] = 'utilisateur connecté';
$lang['recent_image'] = 'image datant de moins de';
$lang['days'] = 'jours';
$lang['send_mail'] = 'Une remarque : mailez moi';