require "_links_lib.phtml"; ?> $page_title = "Links"; include "_hmvars.phtml"; include "_bodyheader.phtml"; ?>
LinksThis is a link collection of Hattrick teams that support Hattrick Manager by linking to the Hattrick Manager website. If you've got a homepage for your team, link to this site and submit your homepage to the collection. The five latest team homepage additions are:
Hattrick related sitesStrategy, Tips and Statistics
HTPortal (English) Zines and Newspapers
HT-Zine (English) Team Homepages//------------------------------------------------------------------------------------ // Custom Information //------------------------------------------------------------------------------------ $result = GetLinks(); $currentCountry = -1; if (mysql_num_rows($result) == 0) { print "No links yet.\n"; } else { while ($row = mysql_fetch_array($result)) { // check if new country if (strcmp($row["country"], $currentCountry) <> 0) { print " " . GetCountry($row["country"]) . "\n";
$currentCountry = $row["country"];
}
// team link
print "" . $row["teamname"] . " Link ExchangeIf you've got a homepage for your Hattrick team, please link to the Hattrick Manager website. As a thank you, and a way to promote your own homepage you may submit it to this list. The following URL should be used when linking to the Hattrick Manager website: http://www.hattrickmanager.org If you want, please use this icon for the link: To submit your own homepage to this list, first make sure you are linking correctly to the Hattrick Manager website, then enter in your team's name and the homepage URL in the form below. Thanks! |