12 lines
168 B
PHP
12 lines
168 B
PHP
<?php
|
|
if(!defined('__KIMS__')) exit;
|
|
|
|
include $theme.'comment/function.php';
|
|
?>
|
|
[RESULT:
|
|
<?php echo getOnelineList($theme,$parent)?>
|
|
:RESULT]
|
|
<?php
|
|
exit;
|
|
?>
|