6 lines
182 B
PHP
6 lines
182 B
PHP
<?php
|
|
use_helper('stUrl');
|
|
st_theme_use_stylesheet('stUser.css');
|
|
$smarty = new stSmarty('stUser');
|
|
$smarty->assign('webpage', $webpage);
|
|
$smarty->display('user_show_privacy.html'); |