Просмотр файла script/header_pop.php

Размер файла: 1.59Kb
<?php
/*-----------------------------------------------------------------------------------------
mcGalleryPRO
All code is © 2003 Marc Cagninacci.
No files may be redistributed in whole or significant part.
----------------- mcgalleryPRO IS NOT FREE SOFTWARE -------------------
You should have receive a file called license.txt in this package
--------------------------------------------------------------------------------------------*/

session_start();
include 'admin/conf.inc.php';

if (empty($_SESSION['lang'])) $_SESSION['lang'] = $lang_def;
include './lang/'.$_SESSION['lang'];

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Online Gallery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta Name="author" content="">
<META HTTP-EQUIV="Expires" CONTENT="Fri, Jan 01 1900 00:00:00 GMT">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<link rel="stylesheet" href="admin/mcgp.css" type="text/css">
<script language="javascript">
<!--
var unique=0;
function envoi()
{
if (unique == 0)
{
unique++;
return true;
}
else
{
alert("<?php echo $l_wait; ?>");
return false;
}
}
//-->
</script>
<script type="text/javascript" language="javascript1.1">
<!--
function smiley(code)
{
document.formcom.text.value += code;
document.formcom.text.focus();
}

function smileycard(code)
{
document.formcard.message.value += code;
document.formcard.message.focus();
}
//-->
</script>
</head>

<body>