more base apps
This commit is contained in:
parent
2450caa161
commit
2dee303d92
4
app/events.apd
Normal file
4
app/events.apd
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
url: $baseurl/events
|
||||||
|
requires: local_user
|
||||||
|
name: Events
|
||||||
|
|
4
app/photos.apd
Normal file
4
app/photos.apd
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
url: $baseurl/photos/$nick
|
||||||
|
requires: local_user
|
||||||
|
name: Photos
|
||||||
|
|
@ -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')
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user