diff -r a4642baaf829 -r 4d4862461b8d web/wp-content/themes/default/archive.php --- a/web/wp-content/themes/default/archive.php Tue Feb 02 14:45:47 2010 +0000 +++ b/web/wp-content/themes/default/archive.php Tue Feb 02 15:44:16 2010 +0000 @@ -1,75 +1,71 @@ - - -
- - - - - -

- -

- -

- -

- -

- -

- -

- - - - - - -
> -

- - -
- -
- - - -
- - - - - ".__("Sorry, but there aren't any posts in the %s category yet.", 'kubrick').'', single_cat_title('',false)); - } else if ( is_date() ) { // If this is a date archive - echo('

'.__("Sorry, but there aren't any posts with this date.", 'kubrick').'

'); - } else if ( is_author() ) { // If this is a category archive - $userdata = get_userdatabylogin(get_query_var('author_name')); - printf("

".__("Sorry, but there aren't any posts by %s yet.", 'kubrick')."

", $userdata->display_name); - } else { - echo("

".__('No posts found.', 'kubrick').'

'); - } - get_search_form(); - endif; -?> -
- - - - + + +
+ + + +

Archive pour la catégorie ‘

+ +

Archive pour le mot-clef ‘

+ +

Archive pour

+ +

Archive pour

+ +

Archive pour

+ +

Archive par auteur

+ +

Archives du blog

+ + + + + + +
> +

+ +
+ +
+ +
+ + + + + Désolé, mais il n'y a pas encore d'article dans la catégorie %s.", single_cat_title('',false)); + } else if ( is_date() ) { // If this is a date archive + echo("

Désolé, mais aucun article ne correspond à cette date.

"); + } else if ( is_author() ) { // If this is a category archive + $userdata = get_userdatabylogin(get_query_var('author_name')); + printf("

Désolé, mais %s n'a pas encore écrit d'article.

", $userdata->display_name); + } else { + echo("

Aucun article trouvé.

"); + } + get_search_form(); + + endif; +?> + +
+ + + \ No newline at end of file