forked from GNUsocial/gnu-social
		
	section for export data
This commit is contained in:
		| @@ -187,6 +187,7 @@ class PublicAction extends Action | ||||
|  | ||||
|     function showExportData() | ||||
|     { | ||||
| 	$this->elementStart('div', array('id' => 'exportdata', 'class' => 'section')); | ||||
|         $fl = new FeedList($this); | ||||
|         $fl->show(array(0 => array('href' => common_local_url('publicrss'), | ||||
|                                    'type' => 'rss', | ||||
| @@ -196,5 +197,6 @@ class PublicAction extends Action | ||||
|                                    'type' => 'atom', | ||||
|                                    'version' => 'Atom 1.0', | ||||
|                                    'item' => 'publicatom'))); | ||||
| 	$this->elementEnd('div'); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user