Esempio n. 1
-11
function js()
{
    $page = CurrentPageName();
    $tpl = new templates();
    $st = new status();
    $count = $st->squid_get_current_users_count();
    $title = $tpl->_ENGINE_parse_body("{$count}»{member}");
    $html = "YahooWin5('713','{$page}?popup=yes','{$title}')";
    echo $html;
}