/************************************************************** 
* Begin forum customisations. Edit this section as required. * 
* Note that if you want to include any apostrophes in any of * 
* the text, you must escape them using a forward slash like * 
* so: /' * 
**************************************************************/ 




forumName = 'Attack of the Clones'; 

//The name of the forum as it is to be displayed in PM subjects and in the forum links row 


forumLinksPosition = 1; 
modLinksPosition = 1; 

//Sets the locations that the forum and moderator links will be output. 
//1 = header only, 2 = footer only, 3 = header and footer, 0 = do not show. 


numberOfForumLinks = 4; 

//The number of forum links to be displayed 

addForumLink('http://boards.theforce.net/message.asp?topic=9593464','Geonosis Arena: Forum Social Thread'); 
addForumLink('http://boards.theforce.net/message.asp?topic=7096064','Redundancy Policy'); 
addForumLink('http://boards.theforce.net/message.asp?topic=6851657','Questions about AotC');
addForumLink('http://boards.theforce.net/message.asp?topic=10705991','Forum Rules / Thread Index'); 


//Builds the forum links. 
//The syntax is: addForumLink('a','b'); 
//where a=the URL, b=the link text 
//Add or remove extra lines here as needed. 


useStylesheet = true; 

//Use the mod stylesheet? True = yes, False = no. If false, the mod usernames will be 
//displayed as ordinary links. 


numberOfForumMods = 2; 

//The number of mods for this forum 

addMod('Mace Windy',231837,'Manager: Attack of the Clones & Episode III (N.S.)');

//Builds the mod PM links. 
//The syntax is: addMod('a',b,'c'); 
//where a=the mod's username, b=the mod's user ID, c=the mod's title. 
//Add or remove extra lines here as needed. 




/************************************************************** 
* End forum customisations. Do not edit anything below here. * 
**************************************************************/ 




outputForumHeaderFooter(forumName); 

//Begin outputting the forum header. 
//Do not remove or edit this line.
