mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +03:00
rename button.php -> b.php
This commit is contained in:
parent
e3ead37bd7
commit
7dbcc3a09c
@ -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