 /**************************************************************
  * 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 = 'The Phantom Menace';

  //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/The_Phantom_Menace/b10007/10303296/','The Nubian Cafe');
addForumLink('http://boards.theforce.net/The_Phantom_Menace/b10007/15994524/?1','Welcome to the TPM Forum!');

  //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('Strilo',454970,'Moderator: The Phantom Menace')
addMod('Darth-Stryphe',355035,'Moderator: The Phantom Menace')

  //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.
