Exemple #1
0
 /**
  * Get the URL of the media RSS for last pictures
  */
 function get_last_pictures_mrss_url($page = 0, $show = 30)
 {
     return flagMediaRss::get_mrss_url() . '?' . ('show=' . $show . '&page=' . $page . '&mode=last_pictures');
 }