// *********************************************************** // Produced by: svenART productions // Product: World Wide Web System // Module: Configuration File // Version: 1.0 // Author: Sven Vogelezang // Copyright: (C)2004 svenART productions. // Web: http://www.svenart.com // *********************************************************** // All Rights Reserved // None of the following code can be copied or re-used without // the prior written permission of the author // *********************************************************** // Global Variables // saTitle: page title // saTitleAdd: page title addon // saTableAdd: identifier for svenART www tables $saTitle = "Atelier Fersier"; $saTitleAdd = ""; $saTableAdd = "fer"; // Table Addon (3 letter shortcut of sitename $saLanguage = "1"; // Default Language $saLanguageSwitch = "Off"; // "On" or "Off" // Database connection saInclude("sa_database.php"); // Includes directory $saIncludes = "/sawww/includes/"; function saInclude($saFile){ global $saIncludes; $saIncludeFile = $saIncludes.$saFile; include($saIncludeFile); } function saHTMLComment($saComment){ print(" \n \n "); } ?> // *********************************************************** // Produced by: svenART productions // Product: World Wide Web System // Module: Default language // Version: 1.0 // Author: Sven Vogelezang // Copyright: (C)2004 svenART productions. // Web: http://www.svenart.com // *********************************************************** // All Rights Reserved // None of the following code can be copied or re-used without // the prior written permission of the author // *********************************************************** if ($l=="") $l=$saLanguage; ?>