MyAccount
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
<%= include('myaccount_menu') %>
Hello <%= $name %>!
<%= $small_custview %>
<%= if ( $balance > 0 ) {
$OUT .= qq! Make a payment
!;
} %>
<%=
if ( @open_invoices ) {
$OUT .= '';
} else {
$OUT .= 'You have no outstanding invoices.
';
}
%>
|
powered by freeside