";
echo "";
echo " |
";
echo <<< EOF
EOF;
echo " | ";
echo "Industry Links
 | ";
echo <<< EOF
Below you will find links that we have found helpful to our past clients.
If you have or own a website that you feel would benefit our visitors, please Add your link here.
EOF;
$CategoryCount = count($LinkCategoryA);
$Halfway = $CategoryCount - intval($CategoryCount/2) - 1;
for ($Counter=0; $Counter < $CategoryCount; $Counter++) {
$TheLink = $LinkCategoryA[$Counter]['FileName'] . $LMS_Extensions;
echo '- ' . $LinkCategoryA[$Counter]['Title'] . " (" . $LinkCategoryA[$Counter]['LinkCount'] . ")
";
if ($Halfway == $Counter) {
echo ' |
|
|
More info on : $WebsiteKeyword
|
EOF;
include "footer.php";
?>