3d1b153de
fb92dbf5d
dea721a3f
1 2 3 4 5 6 7
8
9
10
11
12
13 14 15
<?php function apps_content(&$a) { $o .= '<h3>' . t('Applications') . '</h3>'; if($a->apps) $o .= $a->apps; else notice( t('No installed applications.') . EOL); return $o; }