-
Notifications
You must be signed in to change notification settings - Fork 9
/
changerep.php
executable file
·46 lines (41 loc) · 1.67 KB
/
changerep.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
require_once __DIR__ . "/../fonctions/error_reporting.php";
require_once __DIR__ . "/autoload.php";
?>
<!DOCTYPE html>
<html lang="fr">
<head>
<link rel="shortcut icon" href="favicon.ico" />
<meta charset="utf-8">
<title>Thelia - Back Office</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="http://www.steawlab.com/thomas/thelia/styles.css" rel="stylesheet">
</head>
<body>
<div class="bg-image">
<div id="wrapper" class="container"> <!--div id="subwrapper"> -->
<div class="row-fluid">
<div class="span12">
<h3>Veuillez renommer votre répertoire admin avant de vous connecter ...</h3>
</div>
</div>
</div><!-- fin div id=wrapper -->
<hr>
<footer class="modal-footer">
<div class="container">
<p>© Thelia 2012
- <a href="http://www.openstudio.fr/" target="_blank">Édité par OpenStudio</a>
- <a href="http://forum.thelia.net/" target="_blank">Forum Thelia</a>
- <a href="http://contrib.thelia.net/" target="_blank">Contributions Thelia</a>
<span class="pull-right">interface par <a target="_blank" href="http://www.steaw-webdesign.com/">Steaw-Webdesign</a></span>
</p>
</div>
</footer>
</div> <!-- fin div class=bg-image -->
</body>
</html>