-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChildLinks.dnn
executable file
·46 lines (46 loc) · 1.27 KB
/
ChildLinks.dnn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8" ?>
<dotnetnuke version="3.0" type="Module">
<folders>
<folder>
<name>DnnForge - Child Links</name>
<friendlyname>Child Links</friendlyname>
<foldername>DnnForge - Child Links</foldername>
<modulename>DnnForge - Child Links</modulename>
<description>Allows you to display child links for a given tab.</description>
<version>01.06.03</version>
<businesscontrollerclass>DnnForge.ChildLinks.Entities.LinkController, DnnForge.ChildLinks</businesscontrollerclass>
<resourcefile>Resources.zip</resourcefile>
<modules>
<module>
<friendlyname>DnnForge - Child Links</friendlyname>
<controls>
<control>
<src>childlinks.ascx</src>
<type>View</type>
</control>
<control>
<key>Settings</key>
<title>View Options</title>
<src>ViewOptions.ascx</src>
<type>Edit</type>
</control>
</controls>
</module>
</modules>
<files>
<file>
<name>ChildLinks.ascx</name>
</file>
<file>
<name>ViewOptions.ascx</name>
</file>
<file>
<name>DnnForge.ChildLinks.dll</name>
</file>
<file>
<name>module.css</name>
</file>
</files>
</folder>
</folders>
</dotnetnuke>