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>
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More News
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using