aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/rss/forum/topics.php
blob: 40285057dcfd2c8af11c5044af9af6b15307295c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
	/**
	 * Elgg groups plugin
	 * 
	 * @package ElggGroups
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Curverider
	 * @copyright Curverider Ltd 2008-2009
	 * @link http://elgg.com/
	 */
	 
	// If there are any topics to view, view them
		echo $vars['topics'];
?>