View difference between Paste ID: VwcShUKV and Zdj4PwHB
SHOW: | | - or go back to the newest paste.
1
lib.navMain = HMENU  
2
lib.navMain {
3
    wrap = <ul style="background-color: black;">|</ul>
4
    special = directory
5
    special.value = 1
6
    1 = GMENU
7
    1 {
8
	NO = 1
9
	NO {
10
	    wrapItemAndSub = |*|<li>|</li>|*|<li class="last">|</li>
11
	    ATagParams = class=""
12
	    XY = 100,100
13
14
	    5 = IMAGE
15
	    5.file {
16
		import = uploads/media/
17
		import.data = levelmedia:-1, slide
18
		// without "import."
19
		treatIdAsReference = 1
20
		import.listNum = 0
21
	    }
22-
	    // Just to the something
22+
	    // Just to see something
23
	    10 = TEXT
24
	    10 {
25
		text.field = title
26
		fontColor = #000000
27
		align = center
28
		offset = 0,18
29
	    }
30
	}
31
    }
32
}