コード例 #1
0
ファイル: index.php プロジェクト: ketchupmonki/soylentblack
$classPageInfo->gatherBasicInfo();
?>
<!DOCTYPE html>
<html>
<head>
<!-- Powered by soylentblack - http://soylentblack.org/ -->
<title><?php 
echo $classPageInfo->title;
?>
</title>
<meta name="description" content='<?php 
echo settings::$description;
?>
'>
<meta charset="UTF-8">
<?php 
$classPageInfo->printStyle();
?>
<link rel="stylesheet" type="text/css" href="/resources/styles/custom.css">
</head>
<body>
<div class="page">
<?php 
$classPageInfo->runSnippets();
?>
</div>
</body>
</html>
<?php 
#Run end code
$classDatabase->DBClose();