---
uid: link to full site
locale: en
title: Link to Full Site Theme object
dnnversion: 09.02.00
previous-topic: language
next-topic: linktomobile
related-topics: theme-objects,themes,create-theme
links:
---
# Link to Full Site Theme Object Introduction
Displays a link to the Desktop version of the website
**Current Version:** 01.00.00
## Include in Theme
### ASCX
``` html
<%@ Register TagPrefix="dnn" TagName="LinktoFullSite" Src="~/Admin/Skins/LinktoFullSite.ascx" %>
<dnn:LinktoFullSite runat="server" id="dnnLinktoFullSite" />
```
### HTML Token
### HTML Object Token
``` html
```
| Attribute | Description | Default | Posssible Values | DNN Version |
| --- | --- | --- | --- | --- |
## Examples:
### Default
~~~html
<dnn:LinktoFullSite runat="server" id="dnnLinktoFullSite" />
~~~