"); define("PROJECT", "REPLACE WITH PROJECT NAME"); define("URL_BASE", $master_url); define("IMAGE_PATH", "../user_profile/images/"); define("IMAGE_URL", "user_profile/images/"); define("PROFILE_PATH", "../user_profile/"); define("PROFILE_URL", "user_profile/"); define("LANGUAGE_FILE", "languages.txt"); define("STYLESHEET", "white.css"); define("COPYRIGHT_HOLDER", "REPLACE WITH COPYRIGHT HOLDER"); define("SYS_ADMIN_EMAIL", "admin@$master_url"); define("UOTD_ADMIN_EMAIL", "admin@$master_url"); // who gets user of the day pool running low e-mails? // Email addresses separated by pipe ( | ) that will receive user reported // offensive forum posts. define("POST_REPORT_EMAILS", "moderator1@$master_url|moderator2@$master_url"); // set the following var if your project is behind a proxy. // This is used on ops/index.php to get the current SVN rev from BOINC //$project_http_proxy = "tcp://proxyname:port" function project_banner($title, $prefix) { // Put your project title and logo here // If you include any links, prepend URL with $prefix echo "
$title
";
}
function project_footer($show_return, $show_date, $prefix) {
// If you include any links, prepend URL with $prefix
echo "