-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
24 lines (24 loc) · 992 Bytes
/
head.php
File metadata and controls
24 lines (24 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?if(!isset($HTTP_REQUEST_VARS))
$HTTP_REQUEST_VARS=$_REQUEST;
if(!isset($HTTP_SERVER_VARS))
$HTTP_SERVER_VARS=$_SERVER;
extract($HTTP_REQUEST_VARS);
extract($HTTP_SERVER_VARS);
include"config.php";
include"./lib/mods.php";
include"./lib/func.php";?>
<!DOCTYPE html>
<html lang="id">
<head>
<title><?if(!$title){$title ="sMemo";}?><?=$title;?></title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/lib/botsarap.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?=$title;?> - <?=$slog;?>">
<meta name="author" content=" <?=$email;?>">
</head><body>
<div class="head">
<div class="container theme-showcase" role="main">
<div class="jumbotron"> <h1><i class="fa fa-pencil-square-o"></i> <a href="./"> <?=$title;?></a></h1> <p> <?=$slog;?></p></div>