 /**************************************************************
  * 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 = 'Games: TCG';

  //The name of the forum as it is to be displayed in PM subjects and in the forum links row


forumLinksPosition = 1;
modLinksPosition = 0;

  //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 = 3;

  //The number of forum links to be displayed


addForumLink('http://www.theforce.net/ccg/swtcg','TheForce.net TCG');
addForumLink('http://boards.theforce.net/board.asp?brd=10195','CCG Forum');
addForumLink('http://boards.theforce.net/message.asp?topic=11009784','TCG Board Info and Game Descriptions');

  //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


//addMod('RedneckJedi',684597,'Moderator: TCG');

  //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.
