/************************************************************** 
* 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 = 'Sci-fi 3d'; 

//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 = 5; 

//The number of forum links to be displayed 

addForumLink('http://www.google.com','Google'); 
addForumLink('http://www.3dtotal.com','3D Total'); 
addForumLink('http://www.lwg3d.org','LWG3D');
addForumLink('http://www.3dluvr.com','3Dluvr');
addForumLink('http://www.scifi-meshes.com','SciFi Meshes');

//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 = 1; 

//The number of mods for this forum 

addModl('scifi_3d_zoo',234715,'Manager'); 

//Builds the mod PM links. 
//The syntax is: addModl('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.

