blob: df453c8e9b3519c768a235624373ed94b72a0634 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$title = N("The official MandrakeSoft Store");
@text = (N("Our full range of Linux solutions, as well as special offers on products and other \"goodies\", are available on our e-store:"),
("www.mandrakestore.com"));
|