Add link to jwchat.

This commit is contained in:
James Valleroy 2014-03-20 22:49:03 -04:00
parent 1af15f79b7
commit 15070aefb6

View File

@ -11,6 +11,7 @@ class Apps(PagePlugin):
PagePlugin.__init__(self, *args, **kwargs)
self.register_page("apps")
self.menu = cfg.main_menu.add_item("Apps", "icon-download-alt", "/apps", 80)
self.menu.add_item("Chat", "icon-comment", "http://freedombox.local", 30)
self.menu.add_item("Photo Gallery", "icon-picture", "/apps/photos", 35)
@cherrypy.expose