A little more quick styling for Events.

This commit is contained in:
Samantha Doherty
2011-03-17 08:32:18 -04:00
parent 726ddf7b42
commit 49952b08e1
2 changed files with 17 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ class EventPlugin extends MicroappPlugin
}
// @fixme we have to start the name/avatar and open this div
$out->elementStart('div', array('class' => 'event-info')); // EVENT-INFO.ENTRY-CONTENT IN
$out->elementStart('div', array('class' => 'event-info entry-content')); // EVENT-INFO.ENTRY-CONTENT IN
$profile = $notice->getProfile();
$avatar = $profile->getAvatar(AVATAR_MINI_SIZE);