Example #1
0
function intShowCreditChanges(&$smarty)
{
    if (isInRequest("show")) {
        intSetReport($smarty);
    }
    intAssignVars($smarty);
    $smarty->display("admin/report/credit_change.tpl");
}
Example #2
0
function intShowConnections(&$smarty)
{
    intSetReport($smarty);
    intAssignVars($smarty);
    $smarty->display("admin/report/connections.tpl");
}
function intShowAddUserSaves(&$smarty)
{
    intSetReport($smarty);
    intAssignVars($smarty);
    $smarty->display("admin/user/search_add_user_saves.tpl");
}