File tree 1 file changed +7
-4
lines changed
content/tutorials/themes/theme-objects/logo
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ uid: logo
3
3
locale : en
4
4
title : Logo Theme object
5
5
dnnversion : 09.02.00
6
- previous-topic : login
6
+ previous-topic : login sko
7
7
next-topic : privacy
8
8
related-topics : theme-objects,themes,create-theme
9
9
links :
10
10
---
11
11
12
12
# Logo Theme Object Introduction
13
13
14
- Displays the portal logo
14
+ Displays the Site logo.
15
+ The Logo can be set in the Site Settings.
15
16
16
17
17
18
** Current Version:** 01.00.00
@@ -35,7 +36,9 @@ Displays the portal logo
35
36
36
37
| Attribute | Description | Default | Posssible Values | DNN Version |
37
38
| --- | --- | --- | --- | --- |
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 |
39
42
40
43
41
44
@@ -52,4 +55,4 @@ Displays the portal logo
52
55
### Css Class
53
56
~~~ html
54
57
<dnn:Logo runat =" server" CssClass =" my-logo" id =" dnnLogo" />
55
- ~~~
58
+ ~~~
You can’t perform that action at this time.
0 commit comments