summaryrefslogtreecommitdiffstats
path: root/HTML
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-04-14 13:23:59 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-04-14 13:23:59 +0000
commit68020550b64cce7471d3678d586b4f3bf34cf1f4 (patch)
treeb1648c44e53d7868cab14e5f772c39e0f9513640 /HTML
parentb9d2211ee8858d9bd9fb166ecba3d52649108593 (diff)
downloadindexhtml-68020550b64cce7471d3678d586b4f3bf34cf1f4.tar
indexhtml-68020550b64cce7471d3678d586b4f3bf34cf1f4.tar.gz
indexhtml-68020550b64cce7471d3678d586b4f3bf34cf1f4.tar.bz2
indexhtml-68020550b64cce7471d3678d586b4f3bf34cf1f4.tar.xz
indexhtml-68020550b64cce7471d3678d586b4f3bf34cf1f4.zip
using relative paths for images (konqueror likes them more)
Diffstat (limited to 'HTML')
-rw-r--r--HTML/placeholder.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/HTML/placeholder.h b/HTML/placeholder.h
index 1336081..b15b6dd 100644
--- a/HTML/placeholder.h
+++ b/HTML/placeholder.h
@@ -24,33 +24,33 @@ char *placeholder[] = {
/* */
"Mandriva.com",
"http://www.mandriva.com/",
- "/usr/share/mdk/indexhtml/mdksoft.png",
+ "../../mdk/indexhtml/mdksoft.png",
/* placeholer is mandriva.com URL */
i18n("The mandriva.com website provides all the details for keeping in touch with the publisher of the Linux system with the most features and best usability."),
//i18n("The %s website lets you keep in touch with the publisher of your favorite Linux distribution. It's also a great location for discovering new products and services."),
/* */
i18n("Mandriva Online"),
"http://www.mandrivaonline.com/",
- "/usr/share/mdk/indexhtml/mdkonline.png",
+ "../../mdk/indexhtml/mdkonline.png",
i18n("Mandriva Online is the latest service provided by Mandriva. It allows you to keep your computer up-to-date through a centralized and automated service."),
/* */
i18n("Mandriva Linux"),
"http://www.mandrivalinux.com/",
- "/usr/share/mdk/indexhtml/mdklinux.png",
+ "../../mdk/indexhtml/mdklinux.png",
i18n("Mandrivalinux.com is the website dedicated to the Linux community and open source Linux projects."),
/* */
i18n("Mandriva Club"),
"http://www.mandrivaclub.com/",
- "/usr/share/mdk/indexhtml/mdkclub.png",
+ "../../mdk/indexhtml/mdkclub.png",
i18n("Mandriva Club is the website dedicated to Mandriva Linux users. Signing up for membership brings you exclusive benefits: exclusive access to forums, RPMs and products download, discounts on Mandriva Linux products and much more!"),
/* */
i18n("Mandriva Store"),
"http://www.mandrivastore.com/",
- "/usr/share/mdk/indexhtml/mdkstore.png",
+ "../../mdk/indexhtml/mdkstore.png",
i18n("Mandriva Store is the Mandriva's online store. Thanks to its new look-and-feel the purchase of products, services or third-party solutions has never been so easy!"),
/* */
"Mandriva Expert",
"http://www.mandrivaexpert.com/",
- "/usr/share/mdk/indexhtml/mdkexpert.png",
+ "../../mdk/indexhtml/mdkexpert.png",
i18n("Mandriva Expert is the primary destination for receiving assistance from Mandriva's support team."),
};