summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/seven/template.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/seven/template.php b/themes/seven/template.php
index 46e853e87..f49261b17 100644
--- a/themes/seven/template.php
+++ b/themes/seven/template.php
@@ -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;
}