<?php
/************************************************************************/
/* Post-Nuke: Content Management System */
/* ==================================== */
/* */
/* Copyright (c) 2001 by the Post Nuke development team */
/* http://www.postnuke.com */
/************************************************************************/
/************************/
/* Modified version of: */
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2001 by Francisco Burzi (hide@address.com) */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
/************************************************************************/
/* Filename: */
/* Original Author: */
/* Purpose: */
/************************************************************************/
/* Change these links as you wish. They go along the bottom border */
echo "<font class=\"pn-sub\"> <a href=\""._TOPLINKURL1."\">"._TOPLINKNAME1."</a> | "
."<a href=\""._TOPLINKURL2."\">"._TOPLINKNAME2."</a> | "
."<a href=\""._TOPLINKURL3."\">"._TOPLINKNAME3."</a> | "
."<a href=\""._TOPLINKURL4."\">"._TOPLINKNAME4."</a> |</font>";
echo "<font class=\"pn-sub\"> <a href=\""._BOTLINKURL1."\">"._BOTLINKNAME1."</a> | "
."<a href=\""._BOTLINKURL2."\">"._BOTLINKNAME2."</a> | "
."<a href=\""._BOTLINKURL3."\">"._BOTLINKNAME3."</a> </font>";
?>