%
'Default skin file
'****************************************************************************************
'** Copyright Notice
'**
'** Copyright 2002 Drew Gauderman All Rights Reserved.
'**
'** This program is free software; you can redistribute it and/or modify
'** it under the terms of the GNU General Public License as published by
'** the Free Software Foundation; either version 2 of the License, or
'** any later version.
'**
'** All copyright notices must remain intacked in the scripts and the
'** outputted HTML.
'**
'** You may not pass the whole or any part of this application off as your own work.
'**
'** All links to www.maddogs-asp.com must remain in place and the powered by
'** link or image must remain visiable when the pages are viewed.
'**
'** This program is distributed in the hope that it will be useful,
'** but WITHOUT ANY WARRANTY; without even the implied warranty of
'** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
'** GNU General Public License for more details.
'**
'** You should have received a copy of the GNU General Public License
'** along with this program; if not, write to the Free Software
'** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
'**
'** No official support is available for this program but you may post support questions at: -
'** http://www.maddogs-asp.com/
'**
'** Support questions are NOT answered by e-mail ever!
'**
'** For correspondence or non support questions contact: -
'** webmaster@maddogs-asp.com
'**
'****************************************************************************************
'Main Settings
'---------------------------------------------------------------------------
Const strWebSiteName = "Kroatien-online" 'Web site name
Const strBgColour = "#5082B4" 'Site background colour
Const strTextColour = "#FFFFFF" 'Site text colour
Const strTextColour2 = "#FFFFFF" 'Site text colour 2
Const strBgImage = "" 'Site background image
Const strTableBorderColour = "#4072A4" 'Site table border colour
Const strTableColour = "#4578B0" 'Site table colour
Const strTableTitleColour = "#5587B9" 'Site table title colour
Const strTableTitleBgImage = "" 'Site table title background image
Const strTableTitleHeight = "22" 'Site table title height
Const strImagePath = "images/" 'Site image path
Const strSiteWidth = "750" 'Ste width
'Email Settings
'---------------------------------------------------------------------------
Const strSiteURL = "http://www.yoursite.com/links" 'Your sites URL
Const strAdminEmail = "webmaster@yoursite.com" 'Your email address
Const strEmailNotice = "False" 'Email Notify when links are submited or reported bad. True = Yes , False = No
'CSS
%>