source: _old/www/licence.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: 212 bytes
Line 
1<?php
2require_once 'locale.php';
3require_once 'cmn_frame.php';
4
5$title = '<title>UAM Text Tools - '.LICENSE_PAGE_TITLE."</title>\n";
6$context = LICENSE_PAGE_CONTENT;
7
8getMainPage($title, $context);
9
10?>
Note: See TracBrowser for help on using the repository browser.