diff options
author | Friendika <info@friendika.com> | 2011-10-03 05:17:00 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-03 05:17:00 -0700 |
commit | e4b4c1e9f8cc00c7cf6dfbffe3c1400cc1e3340f (patch) | |
tree | b7f6c22d7924990cb698acc24273e2283d154eab /view/wall_item.tpl | |
parent | 8edab8067390a5f565f6abb889ec8dd1b18583d4 (diff) | |
parent | 209958a58434ba7740f762ed2026e04254edbf9c (diff) | |
download | volse-hubzilla-e4b4c1e9f8cc00c7cf6dfbffe3c1400cc1e3340f.tar.gz volse-hubzilla-e4b4c1e9f8cc00c7cf6dfbffe3c1400cc1e3340f.tar.bz2 volse-hubzilla-e4b4c1e9f8cc00c7cf6dfbffe3c1400cc1e3340f.zip |
Merge pull request #15 from fabrixxm/master
some work on quattro theme and a little fix to JS
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 7db8b8697..cec5e5404 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -66,4 +66,6 @@ </div> </div> </div> - +<div class="wall-item-comment-wrapper" > + $comment +</div> |