utt/www/help.php
pawelk 843c58d4aa Wgrałem biezaca wersje strony www.
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@53 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-16 07:13:31 +00:00

11 lines
206 B
PHP

<?php
require_once 'locale.php';
require_once 'cmn_frame.php';
$title = '<title>UAM Text Tools - '.HELP_PAGE_TITLE."</title>\n";
$context = HELP_PAGE_CONTENT;
getMainPage($title, $context);
?>