Added basic AMV routes

This commit is contained in:
2018-04-14 23:23:00 +02:00
parent 854833c586
commit d19542b5aa
6 changed files with 65 additions and 3 deletions

View File

@ -31,6 +31,8 @@ component Sidebar(user *arn.User)
SidebarButton("Forum", "/forum", "comment")
SidebarButton("Explore", "/explore", "th")
SidebarButton("Calendar", "/calendar", "calendar")
if arn.IsDevelopment()
SidebarButton("AMVs", "/amvs", "video-camera")
SidebarButton("Soundtracks", "/soundtracks", "headphones")
SidebarButton("Quotes", "/quotes", "quote-left")
SidebarButton("Companies", "/companies", "building")