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