-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyetanotherforum.ascx
More file actions
16 lines (15 loc) · 1015 Bytes
/
yetanotherforum.ascx
File metadata and controls
16 lines (15 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%@ Control Language="C#" AutoEventWireup="false" EnableViewState="false"
CodeBehind="yetanotherforum.ascx.cs" Inherits="yaf.MojoPortalModule" %>
<%@ Register TagPrefix="portal" Namespace="mojoPortal.Web" Assembly="mojoPortal.Web" %>
<%@ Register TagPrefix="portal" Namespace="mojoPortal.Web.UI" Assembly="mojoPortal.Web" %>
<%@ Register TagPrefix="mp" Namespace="mojoPortal.Web.Controls" Assembly="mojoPortal.Web.Controls" %>
<%@ Register TagPrefix="yaf" Namespace="yaf" Assembly="yaf" %>
<%@ Register TagPrefix="yc" Namespace="yaf.controls" Assembly="yaf" %>
<mp:CornerRounderTop id="ctop1" runat="server" />
<portal:ModuleTitleControl id="moduleTitle" runat="server" />
<asp:Panel ID="pnlModuleContent" Runat="server" CssClass="modulecontent" >
<asp:Label id="lblSample" runat="server" />
<yaf:Forum Visible="true" runat="server" BoardID="1" ID="forum1" />
</asp:Panel>
<div class="modulefooter"> </div>
<mp:CornerRounderBottom ID="cbottom1" runat="server" />