source: www/licence.php @ d27f5c7

help
Last change on this file since d27f5c7 was 843c58d, checked in by pawelk <pawelk@…>, 16 years ago

Wgrałem biezaca wersje strony www.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@53 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • 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.