/**
  * Returns html
  *
  * @return string
  */
 protected function cutoffLinks($days, $page = 'Watchlist', $options = array())
 {
     return SpecialWatchlist::cutoffLinks($days, $page, $options);
 }