Skip to content

Commit fd59bca

Browse files
Fix logo SKO
1 parent aede4af commit fd59bca

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/tutorials/themes/theme-objects/logo/index.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ uid: logo
33
locale: en
44
title: Logo Theme object
55
dnnversion: 09.02.00
6-
previous-topic: login
6+
previous-topic: login sko
77
next-topic: privacy
88
related-topics: theme-objects,themes,create-theme
99
links:
1010
---
1111

1212
# Logo Theme Object Introduction
1313

14-
Displays the portal logo
14+
Displays the Site logo.
15+
The Logo can be set in the Site Settings.
1516

1617

1718
**Current Version:** 01.00.00
@@ -35,7 +36,9 @@ Displays the portal logo
3536

3637
| Attribute | Description | Default | Posssible Values | DNN Version |
3738
| --- | --- | --- | --- | --- |
38-
| CssClass | Css Class of the image | | Css Class String | 01.00.00 |
39+
| CssClass | Css Class of the Image | | Css Class String | 01.00.00 |
40+
| LinkCssClass | Css Class of the Link | | Css Class String | 01.00.00 |
41+
| InjectSvg | Set whether to inject the SVG content inline instead of wrapping it in an IMG tag. | False | True/False | 09.00.00 |
3942

4043

4144

@@ -52,4 +55,4 @@ Displays the portal logo
5255
### Css Class
5356
~~~html
5457
<dnn:Logo runat="server" CssClass="my-logo" id="dnnLogo" />
55-
~~~
58+
~~~

0 commit comments

Comments
 (0)