aboutsummaryrefslogblamecommitdiffstats
path: root/mod/apps.php
blob: 58752de32231fbaf90b76ae3d84c2f9e16d2ed37 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                   

                                                                                            


                               


                  
<?php


function apps_content(&$a) {

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

	$o .= '<div class="app-title"><a href="notes">' . t('Private Notes') . '</a></div>';

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

	return $o;

}