more base apps

This commit is contained in:
friendica 2014-05-15 20:09:28 -07:00
parent 2450caa161
commit 2dee303d92
3 changed files with 9 additions and 1 deletions

4
app/events.apd Normal file
View File

@ -0,0 +1,4 @@
url: $baseurl/events
requires: local_user
name: Events

4
app/photos.apd Normal file
View File

@ -0,0 +1,4 @@
url: $baseurl/photos/$nick
requires: local_user
name: Photos

View File

@ -96,7 +96,7 @@ function parse_app_description($f) {
function translate_system_apps(&$arr) { function translate_system_apps(&$arr) {
$apps = array( 'Matrix' => t('Matrix'), 'Channel Home' => t('Channel Home'), 'Profile' => t('Profile'), $apps = array( 'Matrix' => t('Matrix'), 'Channel Home' => t('Channel Home'), 'Profile' => t('Profile'),
'Photos' => t('Photos') 'Photos' => t('Photos'), 'Events' => t('Events')
); );