X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fdashboard-install_welcome.html;fp=httemplate%2Felements%2Fdashboard-install_welcome.html;h=c8e2ded1f810a91de778464a6bc3534b00abe137;hb=c09d2e25c130aa4ced8a088c4812cb54f540aba4;hp=0000000000000000000000000000000000000000;hpb=5ff9c3d0c052f84fb896838db512085657493a91;p=freeside.git diff --git a/httemplate/elements/dashboard-install_welcome.html b/httemplate/elements/dashboard-install_welcome.html new file mode 100644 index 000000000..c8e2ded1f --- /dev/null +++ b/httemplate/elements/dashboard-install_welcome.html @@ -0,0 +1,10 @@ +% if ( $which ) { +<% include("dashboard-install_welcome-$which.html") %> +% } +<%init> + +my $conf = new FS::Conf; + +my $which = $conf->config('dashboard-install_welcome'); + +