From 9e2349a050560618ba860ba79f44a997130eff00 Mon Sep 17 00:00:00 2001 From: lace <> Date: Mon, 2 Jan 2006 03:53:33 +0000 Subject: [PATCH] Provide 'mms2' product link. --- project/udpgate/Index.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/project/udpgate/Index.pm b/project/udpgate/Index.pm index 9c17bf1..e2673c2 100644 --- a/project/udpgate/Index.pm +++ b/project/udpgate/Index.pm @@ -70,6 +70,18 @@ get replaced by the target project neutral:

HERE +my $mms2_title=product::Lib->title(product::Lib->name_to_hashref("mms2")); +print <<"HERE"; +

This project was created for the purposes of:

+ + + +
@{[ + img '/product/mms2/icon.jpeg',$mms2_title, + "a_href"=>'/product/mms2/' + ]}
@{[ a_href '/product/mms2/',$mms2_title ]}
+HERE + exit; } -- 1.8.3.1