rename button.php -> b.php

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@798 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2010-05-02 12:12:56 +00:00
parent e5833dcc75
commit d916b10276
3 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
["libs/demothread.php", 2],
["webim/thread.php", 0],
["webim/button.php", 0],
["webim/b.php", 0],
["webim/index.php", 0],
["webim/libs/.*\\.php", 1],

View File

@ -87,7 +87,7 @@ if( !$lang || !in_array($lang,$image_locales) )
$file = "../locales/${lang}/button/${image}_on.gif";
$size = get_gifimage_size($file);
$imagehref = get_app_location($showhost,$forcesecure)."/button.php?i=$image&lang=$lang";
$imagehref = get_app_location($showhost,$forcesecure)."/b.php?i=$image&lang=$lang";
if($groupid) {
$imagehref .= "&group=$groupid";
}