? 852394.patch
? sites/default/files
? sites/default/settings.php
Index: themes/seven/template.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/template.php,v
retrieving revision 1.19
diff -u -p -r1.19 template.php
--- themes/seven/template.php	30 Jul 2010 02:47:28 -0000	1.19
+++ themes/seven/template.php	12 Aug 2010 02:43:29 -0000
@@ -47,6 +47,9 @@ function seven_node_add_list($variables)
     }
     $output .= '</ul>';
   }
+  else {
+    $output = '<p>' . t('You have not created any content types yet. Go to the <a href="@create-content">content type creation page</a> to add a new content type.', array('@create-content' => url('admin/structure/types/add'))) . '</p>';
+  }          
   return $output;
 }
 
