6 lines
112 B
PHP
6 lines
112 B
PHP
<?php
|
|
defined ( 'IN_TS' ) or die ( 'Access Denied.' );
|
|
|
|
|
|
$title = '我的小组';
|
|
include template('my/index'); |