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

Размер файла: 1.86Kb
<?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
--------------------------------------------------------------------------------------------*/

include 'admin/conf.inc.php';
$filename = "./admin/mcgp.css";
  $fd = fopen($filename, "r");
  $contents = fread($fd, filesize ($filename));
  fclose($fd);
if (ereg('img3', $contents)) include 'shadow_css.php';
else include 'shadow.php';
?>
<!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 HTTP-EQUIV="Expires" CONTENT="Fri, Jan 01 1900 00:00:00 GMT">
<META Name="description" CONTENT="PHP script to display and manage photos, videos and Flash movies on your web site.
Programe en PHP pour diffuser et gйrer photos, vidйos et animations Flash sur votre site web.">
<META Name="keywords" CONTENT="photo, video, Flash, album, galerie, gallery, script, programme, PHP, banque images, cartes postales, photography books, photographie, paiement en ligne, galerie photo, e cartes, ecards, photography, photographer, diaporama, slideshow, images bank, carte postales йlectroniques, photothиque, software development">
<meta Name="author" content=""> 
<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">
</head>

<body text="black">

<!--------------------------------------------ADD YOUR CODE BELOW----------------------------------------->