<?
require("merziablog.php");
Config("title","Blog: gestione file");
include("header.php");
?>
<h2>Pages of this blog</h2>
<?
listBlogPages();
Include("footer.php");
?>
