|
|
<?php return function ($in, $debugopt = 1) {
|
|
|
$cx = array(
|
|
|
'flags' => array(
|
|
|
'jstrue' => false,
|
|
|
'jsobj' => false,
|
|
|
'spvar' => true,
|
|
|
'prop' => false,
|
|
|
'method' => false,
|
|
|
'mustlok' => true,
|
|
|
'echo' => false,
|
|
|
'debug' => $debugopt,
|
|
|
),
|
|
|
'constants' => array(),
|
|
|
'helpers' => array(),
|
|
|
'blockhelpers' => array(),
|
|
|
'hbhelpers' => array(),
|
|
|
'partials' => array(),
|
|
|
'scopes' => array(),
|
|
|
'sp_vars' => array('root' => $in),
|
|
|
'lcrun' => 'Plugin\LCRun3',
|
|
|
|
|
|
);
|
|
|
|
|
|
return ''.'<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title>
|
|
|
<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'">
|
|
|
<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
|
|
<meta http-equiv="cleartype" content="on">
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
<meta content="telephone=no" name="format-detection" />
|
|
|
<meta content="email=no" name="format-detection" />
|
|
|
</head>
|
|
|
<body>'.'
|
|
|
This is a test '.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('test')), ENT_QUOTES, 'UTF-8').'
|
|
|
|
|
|
'.'</body>
|
|
|
</html>'.'';
|
|
|
}
|
|
|
?> |
|
|
\ No newline at end of file |