mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
apps menu file
This commit is contained in:
parent
642a71ffde
commit
3d1b153dec
1 changed files with 14 additions and 0 deletions
14
mod/apps.php
Normal file
14
mod/apps.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
|
||||
function apps_content(&$a) {
|
||||
|
||||
$o .= '<h3>' . t('Applications') . '</h3>';
|
||||
|
||||
if($a->apps)
|
||||
$o .= $a->apps;
|
||||
|
||||
|
||||
return $o;
|
||||
|
||||
}
|
Loading…
Reference in a new issue