source: temp/trunk/data/class/SC_Page.php @ 1328

Revision 1328, 101 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2class SC_Page {
3    var $tpl_main_page;
4    function SC_Page() {
5        $this->tpl_main_page = '';
6    }
7}
8?>
Note: See TracBrowser for help on using the repository browser.