diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-content/themes/twentyten/category.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/twentyten/category.php Mon Nov 19 18:26:13 2012 +0100
@@ -0,0 +1,34 @@
+
+
+
+
+
+
' . single_cat_title( '', false ) . '' );
+ ?>
+ ' . $category_description . '';
+
+ /* Run the loop for the category page to output the posts.
+ * If you want to overload this in a child theme then include a file
+ * called loop-category.php and that will be used instead.
+ */
+ get_template_part( 'loop', 'category' );
+ ?>
+
+
+
+
+
+