user pref to enable mobile menu, #11630
[freeside.git] / httemplate / index.html
index 60ab26f..c44880d 100644 (file)
@@ -1,6 +1,6 @@
-% my $conf = new FS::Conf; 
+<& /elements/header.html, mt('Billing Main') &>
 
-<% include('/elements/header.html', 'Billing Main' ) %>
+<% include('/elements/dashboard-install_welcome.html') %>
 
 <% include('/elements/dashboard-toplist.html') %>
 
@@ -36,7 +36,7 @@
 % next unless $cust_main; 
 
     <TR>
-      <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="view/cust_main.cgi?<% $custnum %>"><% $custnum %>: <% $cust_main->name %></A></TD>
+      <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="view/cust_main.cgi?<% $custnum %>"><% $cust_main->display_custnum %>: <% $cust_main->name %></A></TD>
     </TR>
 
 %       if ( $bgcolor eq $bgcolor1 ) {
@@ -51,4 +51,4 @@
 
 % } 
 
-<% include('/elements/footer.html') %>
+<& /elements/footer.html &>