Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1117 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1117 Rev 1118
Line 50... Line 50...
50
		}
50
		}
51
	</style>
51
	</style>
52
</head>
52
</head>
53
<body>
53
<body>
54
		<div class="bloc-centre">
54
		<div class="bloc-centre">
55
			<img src="http://www.tela-botanica.org/404/logo-petit.png" alt="Tela-Botanica"/>
55
			<img src="<?= dirname($_SERVER['PHP_SELF']) ?>/logo-petit.png" alt="Tela-Botanica"/>
56
			<h1>La page que vous demandez n'existe pas</h1>
56
			<h1>La page que vous demandez n'existe pas</h1>
57
			<h3><?= urldecode($_SERVER['REQUEST_URI']) ?></h3>
57
			<h3><?= urldecode($_SERVER['REQUEST_URI']) ?></h3>
58
			<?php if (isset($_SERVER['HTTP_REFERER'])) : ?>
58
			<?php if (isset($_SERVER['HTTP_REFERER'])) : ?>
59
				<h3><?= urldecode($_SERVER['HTTP_REFERER']) ?></h3>
59
				<h3><?= urldecode($_SERVER['HTTP_REFERER']) ?></h3>
60
			<?php endif; ?>
60
			<?php endif; ?>