. */ if (!defined('GNUSOCIAL')) { exit(1); } // @todo FIXME: needs documentation. class ThreadedNoticeListInlineFavesItem extends ThreadedNoticeListFavesItem { function showStart() { $this->out->elementStart('div', array('class' => 'notice-faves')); } function showEnd() { $this->out->elementEnd('div'); } }