|
1
|
1
|
new file mode 100644
|
|
...
|
...
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+<!-- START BLOCK : commentbox -->
|
|
|
2
|
+<div class="comment{oddeven}">
|
|
|
3
|
+{comment}
|
|
|
4
|
+<div class="commentsig">- {uname} on {date}</div>
|
|
|
5
|
+{adminoptions}
|
|
|
6
|
+</div>
|
|
|
7
|
+<!-- END BLOCK : commentbox -->
|
|
0
|
8
|
\ No newline at end of file
|