1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

Forum styling changes/fixes.

This commit is contained in:
Cameron
2015-05-07 20:55:12 -07:00
parent 51b121610f
commit 06d9075c9d
5 changed files with 54 additions and 19 deletions

View File

@@ -263,6 +263,9 @@ class e_ranks
$img_title = ($this->ranks['data'][$rank]['name'] ? " alt='{$data['name']}' title='{$data['name']}'" : ' alt = ""');
$data['pic'] = "<img {$img_title} src='".$this->_getImage($this->ranks['data'][$rank])."'{$img_title} />";
}
$data['value'] = $rank;
$this->userRanks[$userId] = $data;
return $data;