source: _old/www/authors.php @ 743cc4f

Last change on this file since 743cc4f was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • Property mode set to 100644
File size: 202 bytes
Line 
1<?php
2require_once 'locale.php';
3require_once 'cmn_frame.php';
4
5$title = '<title>UAM Text Tools - '.AUTHORS_TITLE."</title>\n";
6$context = AUTHORS_CONTENT;
7
8getMainPage($title, $context);
9
10?>
Note: See TracBrowser for help on using the repository browser.