Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=887b705e19b49615c6111c2765f1c73fd55ebb45
commit 887b705e19b49615c6111c2765f1c73fd55ebb45 Author: Miklos Vajna <[email protected]> Date: Wed Jan 2 10:03:28 2013 +0100 drop dead link diff --git a/frugalware/config.inc.php b/frugalware/config.inc.php index 8da9520..9a820d7 100644 --- a/frugalware/config.inc.php +++ b/frugalware/config.inc.php @@ -67,7 +67,6 @@ $menucontent .= ' <a href="http://frugalware.org/mailman/listinfo">' . gettext(' $menucontent .= ' <a href="' . $fwng_root . 'irc">' . gettext('IRC') . "</a>\n"; $menucontent .= ' <a href="' . $fwng_root . 'paste">' . gettext('Pastebin') . "</a>\n"; $menucontent .= ' <a href="http://planet.frugalware.org/">' . gettext('Blogs') . "</a>\n"; -$menucontent .= ' <a href="http://alpha.libre.fm/group/frugalware">' . gettext('Libre.fm group') . "</a>\n"; $menucontent .= ' <a href="' . $fwng_root . 'i18n">' . gettext('Local Communities') . "</a>\n"; $menucontent .= ' <a href="http://www.frugalware-art.org/">' . gettext('Artwork') . "</a>\n"; $menucontent .= ' <a href="http://identi.ca/group/frugalware">' . gettext('Identi.ca group') . "</a>\n"; _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
