/**
  * {@inheritDoc}
  */
 public static function getSubscribedEvents()
 {
     return parent::getBlogSubscribedEvents(array('core.common' => 'common'));
 }
 /**
  * {@inheritDoc}
  */
 public static function getSubscribedEvents()
 {
     return parent::getBlogSubscribedEvents(array('core.page_footer' => 'page_footer'));
 }
 /**
  * {@inheritDoc}
  */
 public static function getSubscribedEvents()
 {
     return parent::getBlogSubscribedEvents(array('core.append_sid' => 'append_sid'));
 }