Removed unused code
This commit is contained in:
@ -16,13 +16,6 @@ function printheader($titre){
|
||||
require("header.inc.php");
|
||||
}
|
||||
|
||||
function printheader2($titre){
|
||||
if(!strlen($titre)) {
|
||||
$titre = "Homepage";
|
||||
}
|
||||
require("header-jquery.inc.php");
|
||||
}
|
||||
|
||||
function getimage() {
|
||||
$curdir=basename(dirname($_SERVER['SCRIPT_NAME']));
|
||||
if(empty($curdir)) {
|
||||
@ -187,11 +180,6 @@ function page($titre) {
|
||||
domenu();
|
||||
print "<div class=\"textebox\">\n";
|
||||
}
|
||||
function page2($titre) {
|
||||
printheader2($titre);
|
||||
domenu();
|
||||
print "<div class=\"textebox\">\n";
|
||||
}
|
||||
|
||||
// finpage
|
||||
// ajoute les tags en fin de page
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv=Content-Language content="fr">
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
<meta content="TRUE" name="MSSmartTagsPreventParsing">
|
||||
<meta name="DC.Language" content="fr">
|
||||
<meta name="ROBOTS" content="ALL">
|
||||
<meta name="REVISIT-AFTER" content="15 DAYS">
|
||||
<meta name="RATING" content="Internet">
|
||||
<meta name="AUTHOR" content="Oav.Net">
|
||||
<meta name="SUBJECT" content="Xavier Beaudouin Homepage">
|
||||
<meta name="keywords" content="Xavier Beaudouin Homepage,Xavier Beaudouin">
|
||||
<meta name="description" content="Xavier Beaudouin Homepage,Xavier Beaudouin">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="ABSTRACT" content="Xavier Beaudouin Homepage,Xavier Beaudouin">
|
||||
<meta name="viewport" content="width = 1024, mimimum-scale = 0.25, maximum-scale = 1.60">
|
||||
<title>Oav.net - <?php print "$titre"; ?></title>
|
||||
<meta name="viewport" content="width = 1024, mimimum-scale = 0.25, maximum-scale = 1.60">
|
||||
<link rel=stylesheet type="text/css" href="/css/base.css">
|
||||
<link rel=stylesheet type="text/css" href="/css/rating.css">
|
||||
<!--[if lt IE 7]>
|
||||
<link rel=stylesheet type="text/css" href="/css/ie6.css">
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" type="text/css" href="/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
|
||||
</head>
|
||||
<body class="lapage">
|
||||
<div style="position:relative; min-height:100%">
|
||||
Reference in New Issue
Block a user