コード例 #1
0
ファイル: index.php プロジェクト: BackupTheBerlios/atomicl
<?php

$TITLE = "Main";
include "inc.head.php";
echo getSplotch("missionstatement");
echo getNews(0, 10);
include "inc.foot.php";
コード例 #2
0
ファイル: download.php プロジェクト: BackupTheBerlios/atomicl
<?php

$TITLE = "Download";
include "inc.head.php";
echo getSplotch("underconstruction");
include "inc.foot.php";
コード例 #3
0

<?php 
$TITLE = "In The Beginning...";
include "inc.head.php";
echo getSplotch("Beginning");
include "inc.foot.php";