mirror of
https://github.com/Mibew/i18n.git
synced 2025-02-09 04:11:08 +03:00
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:
parent
e5833dcc75
commit
d916b10276
@ -58,7 +58,7 @@
|
|||||||
["libs/demothread.php", 2],
|
["libs/demothread.php", 2],
|
||||||
|
|
||||||
["webim/thread.php", 0],
|
["webim/thread.php", 0],
|
||||||
["webim/button.php", 0],
|
["webim/b.php", 0],
|
||||||
["webim/index.php", 0],
|
["webim/index.php", 0],
|
||||||
|
|
||||||
["webim/libs/.*\\.php", 1],
|
["webim/libs/.*\\.php", 1],
|
||||||
|
@ -87,7 +87,7 @@ if( !$lang || !in_array($lang,$image_locales) )
|
|||||||
$file = "../locales/${lang}/button/${image}_on.gif";
|
$file = "../locales/${lang}/button/${image}_on.gif";
|
||||||
$size = get_gifimage_size($file);
|
$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) {
|
if($groupid) {
|
||||||
$imagehref .= "&group=$groupid";
|
$imagehref .= "&group=$groupid";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user