aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-15 11:10:02 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-15 11:10:02 +0100
commitfe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f (patch)
treebbd0c2dadb9a3fa76f0d575ce958d7ead96dcd92 /include/text.php
parent7140e56d1f01ce8448fa432411c10b9212fc8a66 (diff)
downloadvolse-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-xinclude/text.php4
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]));