/**************************************************************
* 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 = 'Revenge of the Sith (N.S.)'; 

//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. 

epiiibool = 1;
//Whether or not there is an EPIII counter. Set to nonzero to have one. 


numberOfForumLinks = 5; 

//The number of forum links to be displayed

addForumLink('http://boards.theforce.net/message.asp?topic=2741934','Non-Spoiler Forum Rules');
addForumLink('http://boards.theforce.net/message.asp?topic=6727654','Welcome to the Forum');
addForumLink('http://boards.theforce.net/message.asp?topic=6425568','Countdown to Episode III');
addForumLink('http://boards.theforce.net/message.asp?topic=7306426','Meet Your Moderators');
addForumLink('http://www1.theforce.net/jc/search/ep3nonspoilerssearchredirect.htm','Forum Search');


//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 = 0; 

//The number of mods for this forum 


//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.
