diff --git a/actions/qvitter.php b/actions/qvitter.php index e01dcdd..6b41807 100644 --- a/actions/qvitter.php +++ b/actions/qvitter.php @@ -523,7 +523,23 @@ class QvitterAction extends ApiAction
-
+
arg('notice')) { + echo '
    '; + $notice = Notice::getKV('id', $this->arg('notice')); + if($notice instanceof Notice) { + $widget = new NoticeListItem($notice, $this); + $widget->show(); + $this->flush(); + } + echo '
'; + } + + Event::handle('QvitterHiddenHtml', array($this)); + + ?>