summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/13-Nvert.pl
blob: c11683fff97460ae60c0baa494e55d745de7c4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl

$width = 400;
$height = 270;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ _("To access to more commercial informations, please contact us on the following toll free:"), 0, 0, 400, 100, 0],
	 # This phone number has to be '1877 MDKCORP' for USA and Canada, '0821 231 231' for France. For other, I dunno! (dams)
	 [ _("http://www.mandrakesoft.com/sales/contact"), 0, 120, 400, 150 ],
#	 [ 'text', $x, $y, $area_width, $area_height ],
	);