]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/actions/photos.php
added link to photo upload page.
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / actions / photos.php
index d5597191a8b9454e0dc5af42de74f74f55336819..3092389330aff3b507b6319f856bc2e5088c7630 100644 (file)
@@ -64,6 +64,11 @@ class PhotosAction extends Action
         }
     }
 
+    function showLocalNav()
+    {
+        $nav = new GNUsocialPhotoNav($this);
+        $nav->show();
+    }
 
     function showContent()
     {