utt/www/authors.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
202 B
PHP

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