11 lines
206 B
PHP
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);
|
||
|
|
||
|
?>
|