pidgin/old.pidgin.im

Update win32 page with Pidgin information.
old
2007-04-30, Daniel Atallah
cf17329ea7dd
Update win32 page with Pidgin information.
<?php
$navigation = array(
"News" => array(
"URL" => "/index.php",
"PREFIX" => "news"
),
"What is Pidgin?" => array(
"URL" => "/about.php",
"PREFIX" => "whatispidgin"
),
"Documentation" => array(
"URL" => "/documentation.php",
"PREFIX" => "documentation"
),
"FAQ" => array(
"URL" => "/faq.php",
"PREFIX" => "faq"
),
"Screen Shots" => array(
"URL" => "/screenshots.php",
"PREFIX" => "screenshots"
),
"Downloads" => array(
"URL" => "/downloads.php",
"PREFIX" => "downloads"
),
"Windows Port" => array(
"URL" => "/win32/index.php",
"PREFIX" => "wingaim"
),
"Plugins" => array(
"URL" => "/plugins.php",
"PREFIX" => "plugins"
),
"Themes" => array(
"URL" => "http://sourceforge.net/tracker/?atid=746976&amp;group_id=235&amp;func=browse",
"PREFIX" => "themes"
),
"Bug Reports" => array(
"URL" => "/bug.php",
"PREFIX" => "bugs"
),
"Project Page" => array(
"URL" => "http://developer.pidgin.im/",
"PREFIX" => "project"
),
"Contact Information" => array(
"URL" => "http://developer.pidgin.im/wiki/DeveloperPages",
"PREFIX" => "contactinfo"
)
);
$nav_count = count($navigation);
?>