Example #1
0
 /**
  * The class constructor
  *
  * @param array $aParams The parameters array, usually $_REQUEST
  * @return OA_Dashboard_Widget_BlogFeed
  */
 function OA_Dashboard_Widget_BlogFeed($aParams)
 {
     parent::OA_Dashboard_Widget_Feed($aParams, 'Last 6 blog posts', 'http://feeds.feedburner.com/OpenadsBlog?format=xml', 6, 'Go to OpenX news page', 'http://blog.openx.org');
 }
Example #2
0
 /**
  * The class constructor
  *
  * @param array $aParams The parameters array, usually $_REQUEST
  * @return OA_Dashboard_Widget_BlogFeed
  */
 function OA_Dashboard_Widget_ForumFeed($aParams)
 {
     parent::OA_Dashboard_Widget_Feed($aParams, 'Last 6 forum posts', 'http://feeds.feedburner.com/OpenadsForum?format=xml', 6, 'Go to OpenX forum page', 'http://' . OX_PRODUCT_FORUMURL);
 }