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