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

     

                                 

                            
 
 

                                  
                                  
 
                  
 




                                                                     
 
 
<?php

require_once('include/apps.php');

function apps_content(&$a) {



	$apps = get_system_apps();

//	$o .= print_r($apps,true);

//	return $o;


	return replace_macros(get_markup_template('apps.tpl'), array(
		'$title' => t('Applications'),
		'$apps' => $apps,
	));

}