gaim/www

update tags
default tip
2019-09-10, convert-repo
7d915c997ccd
update tags
<?php
$navigation = array(
"News" => array(
"URL" => "/index.php",
"PREFIX" => "news"
),
"What is Gaim?" => array(
"URL" => "/about.php",
"PREFIX" => "whatisgaim"
),
"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://sourceforge.net/projects/gaim/",
"PREFIX" => "project"
),
"Contact Information" => array(
"URL" => "/contactinfo.php",
"PREFIX" => "contactinfo"
)
);
$nav_count = count($navigation);
?>