v4 style
[freeside.git] / httemplate / elements / dashboard-install_welcome.html
1 % if ( $which ) {
2 <% include("dashboard-install_welcome-$which.html") %>
3 % }
4 <%init>
5
6 my $conf = new FS::Conf;
7
8 my $which = $conf->config('dashboard-install_welcome');
9
10 </%init>