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>'; $o .= '<div class="app-title"><a href="notes">' . t('Private Notes') . '</a></div>'; if($a->apps) $o .= $a->apps; return $o; }