Copyright Theme Object Introduction
DNN Version: 09.02.00
• 1 minute to read
• 1 minute to read
Displays the copyright notice for the portal, which can be edited in the Website Settings. You can use the [year] token to dynamically inject the current year
Current Version: 01.00.00
Include in Theme
ASCX
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/CopyRight.ascx" %>
<dnn:Copyright runat="server" id="dnnCopyright" />
HTML Token
[COPYRIGHT]
HTML Object Token
<object id="dnnCOPYRIGHT" codetype="dotnetnuke/server" codebase="COPYRIGHT"></object>
Attribute | Description | Default | Posssible Values | DNN Version |
---|---|---|---|---|
CssClass | The CSS Class of the copyright link | 01.00.00 |
Examples:
Default
<dnn:Copyright runat="server" CssClass="CopyRight" id="dnnCopyright" />