From kde-commits Fri Jan 09 17:23:23 2004 From: Olaf Jan Schmidt Date: Fri, 09 Jan 2004 17:23:23 +0000 To: kde-commits Subject: www/areas/download Message-Id: <20040109172323.BF4148FF4 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107366930002850 CVS commit by ojschmidt: Mark the links as external to make them work. M +6 -6 menu.inc 1.3 --- www/areas/download/menu.inc #1.2:1.3 @@ -3,15 +3,15 @@ $section =& $this->appendSection("Download"); -$section->appendDir("Stable Version", "http://kde.org/download"); +$section->appendDir("Stable Version", "http://kde.org/download", false); $section->appendLink("Development Source Code", "http://developer.kde.org/source/index.html", false); $section->appendLink("Applications (external)", "http://kde-apps.org/", false); $section =& $this->appendSection("Communicate"); -$section->appendDir("Contact Us","http://kde.org/contact"); -$section->appendDir("Mailing Lists","http://kde.org/mailinglists"); +$section->appendDir("Contact Us","http://kde.org/contact", false); +$section->appendDir("Mailing Lists","http://kde.org/mailinglists", false); $section =& $this->appendSection("Explore"); -$section->appendDir("Mirrors","http://kde.org/mirrors"); -$section->appendDir("KDE Family","http://kde.org/family"); -$section->appendDir("International","http://kde.org/international"); +$section->appendDir("Mirrors","http://kde.org/mirrors", false); +$section->appendDir("KDE Family","http://kde.org/family", false); +$section->appendDir("International","http://kde.org/international", false); ?>