Da linkz
Darthpred [05-22-14 - 21:02]
diff --git a/ElvUI_SLE/modules/options.lua b/ElvUI_SLE/modules/options.lua
index 347764c..aad9797 100755
--- a/ElvUI_SLE/modules/options.lua
+++ b/ElvUI_SLE/modules/options.lua
@@ -113,6 +113,47 @@ E.Options.args.sle = {
},
},
},
+ links = {
+ type = 'group',
+ name = L['About/Help'],
+ order = -2,
+ args = {
+ desc = {
+ order = 1,
+ type = 'description',
+ fontSize = 'medium',
+ name = L["Following links will direct you to Shadow & Light's pages on various sites"],
+ },
+ tukuilink = {
+ type = 'input',
+ width = 'full',
+ name = 'TukUI.org',
+ get = function(info) return 'http://www.tukui.org/addons/index.php?act=view&id=42' end,
+ order = 2,
+ },
+ wowilink = {
+ type = 'input',
+ width = 'full',
+ name = 'WoWInterface.com',
+ get = function(info) return 'http://www.wowinterface.com/downloads/info20927-ElvUIShadowLight.html' end,
+ order = 3,
+ },
+ curselink= {
+ type = 'input',
+ width = 'full',
+ name = 'Curse.com',
+ get = function(info) return 'http://www.curse.com/addons/wow/shadow-and-light-edit' end,
+ order = 4,
+ },
+ gitlablink = {
+ type = 'input',
+ width = 'full',
+ name = 'TukUI GitLab',
+ get = function(info) return 'http://git.tukui.org/repooc/elvui-shadowandlight' end,
+ order = 5,
+ },
+ },
+ },
},
}