diff options
author | friendica <info@friendica.com> | 2014-05-15 22:29:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-15 22:29:07 -0700 |
commit | 95f4103a9fa7966e8b5419ec73d5f54f39795e3e (patch) | |
tree | 6e4576f267ab27553c2604661bc7964d648f24bc | |
parent | 659714956ccce13b7055d5bf265be07cf4b79cfa (diff) | |
download | volse-hubzilla-95f4103a9fa7966e8b5419ec73d5f54f39795e3e.tar.gz volse-hubzilla-95f4103a9fa7966e8b5419ec73d5f54f39795e3e.tar.bz2 volse-hubzilla-95f4103a9fa7966e8b5419ec73d5f54f39795e3e.zip |
some photos
-rw-r--r-- | app/channel.apd | 1 | ||||
-rw-r--r-- | app/directory.apd | 1 | ||||
-rw-r--r-- | app/directory.png | bin | 0 -> 12024 bytes | |||
-rw-r--r-- | app/events.apd | 2 | ||||
-rw-r--r-- | app/events.png | bin | 0 -> 11242 bytes | |||
-rw-r--r-- | app/home.png | bin | 0 -> 5172 bytes | |||
-rw-r--r-- | app/photos.apd | 2 | ||||
-rw-r--r-- | app/photos.png | bin | 0 -> 11571 bytes |
8 files changed, 4 insertions, 2 deletions
diff --git a/app/channel.apd b/app/channel.apd index cfb1f55da..be13ee77b 100644 --- a/app/channel.apd +++ b/app/channel.apd @@ -1,3 +1,4 @@ url: $baseurl/channel/$nick requires: local_user name: Channel Home +photo: $baseurl/app/home.png diff --git a/app/directory.apd b/app/directory.apd index 59aa157c6..c4a6f12d9 100644 --- a/app/directory.apd +++ b/app/directory.apd @@ -1,2 +1,3 @@ url: $baseurl/directory name: Directory +photo: $baseurl/app/directory.png diff --git a/app/directory.png b/app/directory.png Binary files differnew file mode 100644 index 000000000..2df872d94 --- /dev/null +++ b/app/directory.png diff --git a/app/events.apd b/app/events.apd index 4f832ab18..2f43efbe1 100644 --- a/app/events.apd +++ b/app/events.apd @@ -1,4 +1,4 @@ url: $baseurl/events requires: local_user name: Events - +photo: $baseurl/app/events.png diff --git a/app/events.png b/app/events.png Binary files differnew file mode 100644 index 000000000..411ee51f9 --- /dev/null +++ b/app/events.png diff --git a/app/home.png b/app/home.png Binary files differnew file mode 100644 index 000000000..3f1b864fc --- /dev/null +++ b/app/home.png diff --git a/app/photos.apd b/app/photos.apd index de0e60096..d0a314406 100644 --- a/app/photos.apd +++ b/app/photos.apd @@ -1,4 +1,4 @@ url: $baseurl/photos/$nick requires: local_user name: Photos - +photo: $baseurl/app/photos.png diff --git a/app/photos.png b/app/photos.png Binary files differnew file mode 100644 index 000000000..15bc9417a --- /dev/null +++ b/app/photos.png |