From e72eaf24086a6f8c8b6f315ca8f404444b02d210 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Wed, 25 Apr 2012 02:43:50 +0200 Subject: zero-themes: add bbcode-toolbar to commentbox --- view/theme/purplezero/comment_item.tpl | 59 +++++++++++++++++++++++++++++++++ view/theme/purplezero/editicons.png | Bin 0 -> 6300 bytes view/theme/purplezero/theme.php | 35 +++++++++++++++++++ 3 files changed, 94 insertions(+) create mode 100755 view/theme/purplezero/comment_item.tpl create mode 100644 view/theme/purplezero/editicons.png (limited to 'view/theme/purplezero') diff --git a/view/theme/purplezero/comment_item.tpl b/view/theme/purplezero/comment_item.tpl new file mode 100755 index 000000000..375aff8fa --- /dev/null +++ b/view/theme/purplezero/comment_item.tpl @@ -0,0 +1,59 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+ + {{ if $qcomment }} + {{ for $qcomment as $qc }} + $qc +   + {{ endfor }} + {{ endif }} + +
+ + +
+
+ +
diff --git a/view/theme/purplezero/editicons.png b/view/theme/purplezero/editicons.png new file mode 100644 index 000000000..171a40876 Binary files /dev/null and b/view/theme/purplezero/editicons.png differ diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/theme.php index b9613027c..9b483db62 100644 --- a/view/theme/purplezero/theme.php +++ b/view/theme/purplezero/theme.php @@ -6,6 +6,41 @@ $a->theme_info = array( function purplezero_init(&$a) { $a->page['htmlhead'] .= <<< EOT