diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-15 11:10:02 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-15 11:10:02 +0100 |
commit | fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f (patch) | |
tree | bbd0c2dadb9a3fa76f0d575ce958d7ead96dcd92 /include/text.php | |
parent | 7140e56d1f01ce8448fa432411c10b9212fc8a66 (diff) | |
download | volse-hubzilla-fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f.tar.gz volse-hubzilla-fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f.tar.bz2 volse-hubzilla-fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f.zip |
quattro: icons for attachments
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index 798e809d1..6beb5c9b2 100755 --- a/include/text.php +++ b/include/text.php @@ -799,10 +799,10 @@ function prepare_body($item,$attach = false) { case 'audio': case 'image': case 'text': - $icon = '<div class="attachtype type-' . $icontype . '"></div>'; + $icon = '<div class="attachtype icon s22 type-' . $icontype . '"></div>'; break; default: - $icon = '<div class="attachtype type-unkn"></div>'; + $icon = '<div class="attachtype icon s22 type-unkn"></div>'; break; } $title = ((strlen(trim($matches[4]))) ? escape_tags(trim($matches[4])) : escape_tags($matches[1])); |