source: Base/View.php

Last change on this file was 1, checked in by george, 14 years ago
  • Přidáno: Výchozí verze systému.
File size: 98 bytes
Line 
1<?php
2
3include_once(dirname(__FILE__).'/Module.php');
4
5class View extends Module
6{
7}
8
9?>
Note: See TracBrowser for help on using the repository browser.