<?php
/***************************************************************************
File Name : header.php
Domain : http://www.triangle-solutions.com/
----------------------------------------------------------------------------
Author : Ian Warner
Copyright : (C) 2001 Triangle Solutions Ltd
Email : hide@address.com
URL : http://www.triangle-solutions.com/
Description : Header file
Date Created : Tuesday 24 February 2004 15:37:42
File Version : 2.7
\\||************************************************************************/
// STARTS THE SESSION FOR THE ADMIN USERS
session_start();
?>
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">
<html><!-- PHP Multiple Newsletters Application - Triangle Solutions Ltd /-->
<head>
<title>PHP Multiple Newsletters Application - Triangle Solutions Ltd</title>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<meta name="keywords" content="newsletter,php,application,mysql,triangle,solutions,ltd">
<meta name="description" content="PHP Multiple Newsletters Application - Triangle Solutions Ltd">
<meta name="copyright" content="Triangle Solutions Ltd">
<meta name="rating" content="General">
<meta name="robots" content="All">
<LINK REL="stylesheet" HREF=../stylesheet.css>
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!-- Hide script from old browsers
function popwindow(popsrc,stuff)
{
videoWindow = window.open(popsrc, 'Popups', stuff)
}
function deletemember()
{
if (confirm('Before we continue are you sure you want to delete this.'))
{
return true;
}
else
{
return false;
}
}
// End hiding script from old browsers -->
</SCRIPT>
</HEAD>
<BODY Bgcolor=#FFFFFF>