1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 14:28:26 +00:00
friendica-github/mod/apps.php

14 lines
132 B
PHP
Raw Normal View History

2011-02-19 01:01:33 -08:00
<?php
function apps_content(&$a) {
$o .= '<h3>' . t('Applications') . '</h3>';
if($a->apps)
$o .= $a->apps;
return $o;
}