diff --git a/upload/styles/cb_2013/layout/blocks/comments/add_comment.html b/upload/styles/cb_2013/layout/blocks/comments/add_comment.html
new file mode 100644
index 00000000..c661d8cf
--- /dev/null
+++ b/upload/styles/cb_2013/layout/blocks/comments/add_comment.html
@@ -0,0 +1,80 @@
+{if $userquery->login_check('',true) || $Cbucket->configs.anonym_comments == 'yes'}
+
+
+
\ No newline at end of file
diff --git a/upload/styles/cb_2013/layout/blocks/comments/comment.html b/upload/styles/cb_2013/layout/blocks/comments/comment.html
new file mode 100644
index 00000000..52cb2a78
--- /dev/null
+++ b/upload/styles/cb_2013/layout/blocks/comments/comment.html
@@ -0,0 +1,67 @@
+{if marked_spammed($comment)}
+ {assign var='comment_attr' value='style="display:none"'}
+ {assign var='spam_attr' value='style="display:block"'}
+{else}
+{assign var='comment_attr' value=''}
+ {assign var='spam_attr' value='style="display:none"'}
+{/if}
+
+
+
+
\ No newline at end of file
diff --git a/upload/styles/cb_2013/layout/blocks/comments/comments.html b/upload/styles/cb_2013/layout/blocks/comments/comments.html
new file mode 100644
index 00000000..5150171c
--- /dev/null
+++ b/upload/styles/cb_2013/layout/blocks/comments/comments.html
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/upload/styles/cb_2013/layout/blocks/common/pagination.html b/upload/styles/cb_2013/layout/blocks/common/pagination.html
new file mode 100644
index 00000000..e69de29b