projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add a useful debugging tool
[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>