highlight notice
darcs-hash:20080520202747-84dde-d0c7a1ac57b8caab5498978cc8108e92243e22fb.gz
This commit is contained in:
parent
51908f59ce
commit
9b97e7c3b9
|
@ -50,7 +50,7 @@ class ShownoticeAction extends Action {
|
||||||
function show_notice($notice) {
|
function show_notice($notice) {
|
||||||
$profile = $notice->getProfile();
|
$profile = $notice->getProfile();
|
||||||
# XXX: RDFa
|
# XXX: RDFa
|
||||||
common_element_start('div', array('class' => 'notice'));
|
common_element_start('div', array('class' => 'notice greenBg'));
|
||||||
$avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
|
$avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
|
||||||
if ($avatar) {
|
if ($avatar) {
|
||||||
common_element('img', array('src' => $avatar->url,
|
common_element('img', array('src' => $avatar->url,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user