utt/www/authors.php

11 lines
202 B
PHP
Raw Normal View History

<?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);
?>