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

     

                                 

                            
 
 




                                  
 




                                               
 
 
<?php

require_once('include/apps.php');

function apps_content(&$a) {



	$apps = get_system_apps();

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

	return $o;

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

}