Change links to project on main page.
It makes more sense to send people to contribute/support page than directly to git or mailing lists.
This commit is contained in:
8
main.php
8
main.php
@@ -227,10 +227,10 @@ PMA_printListItem(__('Official Homepage'), 'li_pma_homepage', PMA_linkURL('http:
|
|||||||
?>
|
?>
|
||||||
<li><bdo xml:lang="en" dir="ltr">
|
<li><bdo xml:lang="en" dir="ltr">
|
||||||
[<a href="changelog.php" target="_blank">ChangeLog</a>]
|
[<a href="changelog.php" target="_blank">ChangeLog</a>]
|
||||||
[<a href="<?php echo PMA_linkURL('http://phpmyadmin.git.sourceforge.net/git/gitweb-index.cgi'); ?>"
|
[<a href="<?php echo PMA_linkURL('http://www.phpmyadmin.net/home_page/improve.php'); ?>"
|
||||||
target="_blank">Git</a>]
|
target="_blank"><?php echo __('Contribute'); ?></a>]
|
||||||
[<a href="<?php echo PMA_linkURL('http://sourceforge.net/mail/?group_id=23067'); ?>"
|
[<a href="<?php echo PMA_linkURL('http://www.phpmyadmin.net/home_page/support.php'); ?>"
|
||||||
target="_blank"><?php echo __('Mailing lists'); ?></a>]
|
target="_blank"><?php echo __('Get support'); ?></a>]
|
||||||
</bdo>
|
</bdo>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user