A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
326 B

12 years ago
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<?php echo self::headTitle (); ?>
<?php echo self::headStyle (); ?>
<?php echo self::headScript (); ?>
12 years ago
</head>
<body>
<div id="global">
<?php $this->partial ('aside'); ?>
<div id="main">
<?php $this->render (); ?>
</div>
</div>
</body>
</html>