Files
OurUmbraco/OurUmbraco.Site/masterpages/ForumMaster.master
T
2015-06-02 12:07:05 +02:00

15 lines
509 B
Plaintext

<%@ Master Language="C#" MasterPageFile="~/masterpages/Master.master" AutoEventWireup="true" %>
<asp:content ContentPlaceHolderId="Main" runat="server">
<!-- FORUM OVERVIEW START -->
<section class="forum-overview">
<asp:contentplaceholder id="main" runat="server"/>
</section>
<umbraco:Macro Alias="ForumForm" runat="server"></umbraco:Macro>
</asp:content>
<asp:Content ContentPlaceHolderId="EndScripts" runat="server">
<asp:contentplaceholder id="Scripts" runat="server"/>
</asp:Content>