@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
defined('IN_TS') or die('Access Denied.');
|
||||
|
||||
$userid = aac('user')->isLogin();
|
||||
|
||||
$strUser = aac('user')->getOneUser($userid);
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
defined ( 'IN_TS' ) or die ( 'Access Denied.' );
|
||||
|
||||
|
||||
if($strUser['locationid']){
|
||||
|
||||
$strLocation = $new['location']->find('location',array(
|
||||
'locationid'=>$strUser['locationid'],
|
||||
));
|
||||
|
||||
}
|
||||
|
||||
|
||||
$title = '我的同城';
|
||||
include template('my/index');
|
||||
Reference in New Issue
Block a user