diff options
author | friendica <info@friendica.com> | 2013-11-05 18:20:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-05 18:20:37 -0800 |
commit | 5c71ccba987f1d83482025508b356a22dcf5151c (patch) | |
tree | 3588a0bd6e3de0d71c3f1a17f9d221274c234c38 /mod/photos.php | |
parent | 5b3adf7755f7bd648c97969ec8b0183797bb2722 (diff) | |
download | volse-hubzilla-5c71ccba987f1d83482025508b356a22dcf5151c.tar.gz volse-hubzilla-5c71ccba987f1d83482025508b356a22dcf5151c.tar.bz2 volse-hubzilla-5c71ccba987f1d83482025508b356a22dcf5151c.zip |
add shameless plug if they've not got zot, and add photo favicon to photos pages
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 075d01cf2..fe5777fe9 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -36,7 +36,7 @@ function photos_init(&$a) { $a->set_widget('vcard',vcard_from_xchan($a->data['channel'],$observer)); - + head_set_icon($a->data['channel']['xchan_photo_s']); if($a->data['perms']['view_photos']) { $a->data['albums'] = photos_albums_list($a->data['channel'],$observer); $a->set_widget('photo_albums',photos_album_widget($a->data['channel'],$observer,$a->data['albums'])); |