Exemplo n.º 1
0
function view()
{
	return menuSystem(includeTemplate("features/view.thtml"));
}
Exemplo n.º 2
0
function view()
{
	return menuSystem(includeTemplate("contact/view.thtml"));
}
Exemplo n.º 3
0
function view()
{
	return menuSystem(includeTemplate("download/view.thtml"));
}
Exemplo n.º 4
0
function view()
{
	$b=h1("News").getNews();

	return menuSystem($b);
}
Exemplo n.º 5
0
function view()
{
	return menuSystem(includeTemplate("screenshots/view.thtml"),"screenshotBody");
}