| Code:
|
<?php
/******************************/
/*Clan Themes Affiliate Block */
/******************************/
if ( !defined('BLOCK_FILE') ) {
Header("Location: ../index.php");
die();
}
//Fairly straight forward install
//Replace "Place your affiliate code here" with your affiliate code
//Thats It.
$content = '<a href="http://cod4tracker.com"><img src="http://cod4tracker.com/images/linkus/codtracker_logo.png" alt="CoD Tracker"></a>';
$content = '<a href="http://www.clan-themes.co.uk" target="_blank"><img src="http://www.clan-themes.co.uk/images/links/clan themes5.gif" border="0" alt="Clan Themes Making Clans Look Good !" width="88" height="31"></a>';
?>
|