Slashblog
[
class tree: Slashblog
] [
index: Slashblog
] [
all elements
]
Todo List
Packages:
Slashblog
Source for file index.php
Documentation is available at
index.php
<?php
require_once
'config.php'
;
$blog
=
new
Blog
(
)
;
$blog
->
Authenticate
(
)
;
$blog
->
LoadPosts
(
)
;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
<?php
$blog
->
BlogTitle
(
)
;
?>
</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="scripts/showmenu.js" type="text/javascript"></script>
</head>
<body>
<?php
require_once
'header.php'
;
?>
<div id="content">
<?php
require_once
$blog
->
CurrentPage
(
)
;
?>
</div>
<?php
require_once
'footer.php'
;
?>
</body>
</html>
Documentation generated on Mon, 26 May 2008 19:59:42 +0100 by
phpDocumentor 1.4.0