This is an example of a simple template.php file. As you can see it is essentially an html file with a few php function calls: <?php gpOutput::GetHead(); ?>, <?php gpOutput::Get('Menu'); ?> and <?php gpOutput::GetAdminLink(); ?>.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<?php gpOutput::GetHead(); ?>
</head>
<body>
	<div>
		<?php gpOutput::Get('Menu'); ?>
		</div>
	<div>
		<?php $page->GetContent() ?>
		</div>
	<div>
		<?php gpOutput::GetAdminLink(); ?>
		</div>
</body>
</html>

News

elFinder 2.1.50 in Upcoming Release
12/28/2019

A new release for Typesetter is in the works with a lot of improvements including the ... Read More

Typesetter 5.1
8/12/2017

Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More

More News

Log In

  Register