-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.php
27 lines (10 loc) · 810 Bytes
/
doc.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
<?php
/* ---------------------------------------------------------------------------------------------------------------- INIT */
include("lib/app/website/app.php");
/* ---------------------------------------------------------------------------------------------------------------- CONFIG */
$_HTML["page"] = "doc";
$_HTML["title"] = "Documentation du framework _HTML — ".$_HTML["title"];
/* ---------------------------------------------------------------------------------------------------------------- CONTENU : PAGE */
$_HTML["data"]["content"] .= functions::get_body( file_get_contents( "doc.html" ) );
/* ---------------------------------------------------------------------------------------------------------------- DISPLAY */
$_HTML["display"] = true;