diff -r 000000000000 -r 03b0d1493584 web/wp-content/themes/default/archive.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/default/archive.php Wed Dec 23 17:55:33 2009 +0000
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
>
+
+
+
+
+
+
+
+
'); ?> |
+
+
+
+
+
+
+ ".__("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;
+?>
+
+
+
+
+