コード例 #1
0
function view()
{
	return menuSystem(includeTemplate("features/view.thtml"));
}
コード例 #2
0
function view()
{
	return menuSystem(includeTemplate("contact/view.thtml"));
}
コード例 #3
0
function view()
{
	return menuSystem(includeTemplate("download/view.thtml"));
}
コード例 #4
0
function view()
{
	$b=h1("News").getNews();

	return menuSystem($b);
}
コード例 #5
0
function view()
{
	return menuSystem(includeTemplate("screenshots/view.thtml"),"screenshotBody");
}