Merge pull request #362 from Treer/fontawesome

Update Font-Awesome to 4.6.1
This commit is contained in:
redmatrix
2016-05-01 08:02:03 +10:00
512 changed files with 27303 additions and 22803 deletions

View File

@@ -658,7 +658,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
);
$star = false;
$isstarred = "unstarred icon-star-empty";
$isstarred = "unstarred fa-star-o";
$lock = (($item['item_private'] || strlen($item['allow_cid']) || strlen($item['allow_gid']) || strlen($item['deny_cid']) || strlen($item['deny_gid']))
? t('Private Message')