first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use_helper('stUrl');
|
||||
st_theme_use_stylesheet('stUser.css');
|
||||
$smarty = new stSmarty('stUser');
|
||||
$smarty->assign('webpage', $webpage);
|
||||
$smarty->display('user_show_privacy.html');
|
||||
Reference in New Issue
Block a user