From: ivan Date: Tue, 25 May 2010 12:42:28 +0000 (+0000) Subject: adding, though unused X-Git-Tag: root_of_svc_elec_features~221 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c09d2e25c130aa4ced8a088c4812cb54f540aba4;p=freeside.git adding, though unused --- 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'); + +