diff --git a/OurUmbraco.Site/Views/Partials/Forum/Latest.cshtml b/OurUmbraco.Site/Views/Partials/Forum/Latest.cshtml new file mode 100644 index 00000000..77347342 --- /dev/null +++ b/OurUmbraco.Site/Views/Partials/Forum/Latest.cshtml @@ -0,0 +1,16 @@ +@using OurUmbraco.Forum.Services +@inherits OurUmbraco.Our.Models.OurUmbracoTemplatePage + +@{ + var topicService = new TopicService(ApplicationContext.Current.DatabaseContext); + var topics = topicService.GetLatestTopics(); +} + + \ No newline at end of file