• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc
Show / Hide Table of Contents

Copyright Theme Object Introduction

DNN Version: 09.02.00
10/02/2024 • 1 minute to read
Contributors  Timo-Breumelhof
10/02/2024  • 1 minute to read  • Contributors  Timo-Breumelhof

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" /> 
Theme ObjectsAbout ThemesCreating Themes
Back to top by the community, for the community... #DNNCMS