backup
[my-sputnik-wiki.git] / sputnik / navigation.lua
blob303116e2e47aa053536901d2028d980e32bcb7b3
2 fields = ""
3 title = "Navigation"
4 category = ""
5 actions = ""
6 config = ""
7 markup_module = ""
8 templates = ""
9 translations = ""
10 prototype = "@Lua_Config"
11 permissions = ""
12 html_main = ""
13 html_head = ""
14 html_menu = ""
15 html_logo = ""
16 html_search = ""
17 html_page = ""
18 html_content = ""
19 html_body = ""
20 html_footer = ""
21 html_header = ""
22 html_sidebar = ""
23 html_meta_keywords= ""
24 html_meta_description= ""
25 redirect_destination= ""
26 xssfilter_allowed_tags= ""
27 http_cache_control= ""
28 http_expires = ""
29 content = [[NAVIGATION = {
31 {id="index", title="Let's Start",
32 {id="index", title="Start"},
33 {id="Another Page", title="Some Other Page"},
36 {id="Photo", title="Digital Imaging",
37 {id="Effects", title="Effects"},
38 {id="Theory", title="Theory"}},
40 {id="News", title="Timeline",
41 {id="history", title="Recent Wiki Edits"},
42 {id="history/edits_by_recent_users", title="Edits by Recent Users"},
43 {id="history.rss", title="RSS Feed"}
46 {id="This Site", title="This Site",
47 {id="This Site", title="About"},
48 {id="Installation", title="Installation and Deployment"},
49 {id="Tips And Snippets", title="Tips & Snippets"},
50 {id="sputnik", title="Admin"}}
55 edit_ui = ""
56 admin_edit_ui = ""
57 breadcrumb = ""
58 save_hook = ""