Fixed borked defaul config file.

This commit is contained in:
Martin Kamerbeek 2008-11-19 09:14:03 +00:00
parent a50414025e
commit 84a98029eb

View file

@ -616,7 +616,7 @@
# Each pluggin has serveral properties # Each pluggin has serveral properties
# #
# identifier - This string will act as the identifying agent for this account pluggin. It is passed along # identifier - This string will act as the identifying agent for this account pluggin. It is passed along
the url and cannot contain spaces. # the url and cannot contain spaces.
# title - The title of the module which is displayed on the website. # title - The title of the module which is displayed on the website.
# className - The class which drives this module # className - The class which drives this module
@ -636,29 +636,29 @@
"account" : [ "account" : [
{ {
identifier : "profile", "identifier" : "profile",
title : "^International(title,Account_Profile);", "title" : "^International(title,Account_Profile);",
className : "WebGUI::Account::Profile" "className" : "WebGUI::Account::Profile"
}, },
{ {
identifier : "inbox", "identifier" : "inbox",
title : "^International(title,Account_Inbox);", "title" : "^International(title,Account_Inbox);",
className : "WebGUI::Account::Inbox" "className" : "WebGUI::Account::Inbox"
}, },
{ {
identifier : "friends", "identifier" : "friends",
title : "^International(title,Account_Friends);", "title" : "^International(title,Account_Friends);",
className : "WebGUI::Account::Friends" "className" : "WebGUI::Account::Friends"
}, },
{ {
identifier : "shop", "identifier" : "shop",
title : "^International(title,Account_Shop);", "title" : "^International(title,Account_Shop);",
className : "WebGUI::Account::Shop" "className" : "WebGUI::Account::Shop"
}, },
{ {
identifier : "user", "identifier" : "user",
title : "^International(title,Account_User);", "title" : "^International(title,Account_User);",
className : "WebGUI::Account::User" "className" : "WebGUI::Account::User"
}, },
], ],