aboutsummaryrefslogtreecommitdiffstats
path: root/mod/apps.php
blob: 1d08d2e7f6954a2ea532f52578164cbeba99218a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php


function apps_content(&$a) {

	$o .= '<h3>' . t('Applications') . '</h3>';

	if($a->apps)
		$o .= $a->apps;


	return $o;

}