8 lines
165 B
PHP
8 lines
165 B
PHP
<?php
|
|
require_once("inc_common.php");
|
|
#to determine design:
|
|
include($engine_path."users_get_list.php");
|
|
|
|
|
|
include($file_path."designes/".$design."/comments.php");
|
|
?>
|