<? // DB config $username = ""; $password = ""; $dbname = ""; $dbtable="news"; // the DB layer to use // available: // mysql.php3 - MySQL // odbcsql.php3 - ODBC - wasn't tested include "mysql.php3"; // paths config $photopath="home/site/WWW/news/foto/"; // don't forget the trailing slash, the script must have the correct permissions $photourl="foto/"; // relative or absolute URL // language config include "english.lang"; // colors config $color["tablebg"]="#000000"; $color["titlesbg"]="#99CCFF"; $color["newsbg"]="#FFFFFF"; ?>