communigate (phase 2): rules. RT#7514
[freeside.git] / fs_selfservice / FS-SelfService / cgi / myaccount.html
index d6527fe..0de7385 100644 (file)
@@ -1,10 +1,10 @@
 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
-<%= include('header') %>
+<%= include('header', 'My Account') %>
 
 Hello <%= $name %>!<BR><BR>
 <%= $small_custview %>
 <BR>
-<%= if ( $pkgnum ) {
+<%= if ( $access_pkgnum ) {
       $OUT .= qq!Balance: <B>\$$balance</B><BR><BR>!;
     }
     '';