re-order main menu

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@642 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-08-17 16:49:27 +00:00
parent b2ee4ed52f
commit 543a68f17e
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@
<li<?php echo $page == 'home' ? ' class="active"' : '' ?>><a href="index.php"><?php echo getlocal("menu.home") ?></a></li>
<li<?php echo $page == 'demo' ? ' class="active"' : '' ?>><a href="demo.php"><?php echo getlocal("menu.demo") ?></a></li>
<li<?php echo $page == 'downl' ? ' class="active"' : '' ?>><a href="download.php"><?php echo getlocal("menu.download") ?></a></li>
<li<?php echo $page == 'supp' ? ' class="active"' : '' ?>><a href="forums"><?php echo getlocal("menu.support") ?></a></li>
<li<?php echo $page == 'supp' ? ' class="active"' : '' ?>><a href="http://support.openwebim.org"><?php echo getlocal("menu.ticket") ?></a></li>
<li><a href="http://support.openwebim.org"><?php echo getlocal("menu.ticket") ?></a></li>
<li><a href="forums"><?php echo getlocal("menu.support") ?></a></li>
</ul>
</div>
</div>

View File

@ -14,7 +14,7 @@ menu.credits=Credits
menu.demo=Demo
menu.features=Features
menu.download=Download
menu.support=Forum
menu.support=Forums
menu.ticket=Support
home.title=Home