Files
firstgarden-web-gnu/index.php
2012-12-26 17:45:48 +09:00

15 lines
221 B
PHP

<?php
include_once('./_common.php');
include_once($g4['path'].'/lib/latest.lib.php');
$g4['title'] = '';
include_once('./_head.php');
?>
<?=latest("neo",1,5)?>
<?=latest("neo",1,5)?>
<?
include_once('./_tail.php');
?>