* ajust style of footer and page my/index.

This commit is contained in:
Catouse
2013-09-17 13:22:33 +08:00
parent acabc4f81e
commit d05c0235d2
4 changed files with 71 additions and 66 deletions
+1 -1
View File
@@ -536,7 +536,7 @@ class commonModel extends model
public static function printQRCodeLink($color = '')
{
global $lang;
echo html::a(helper::createLink('misc', 'qrCode'), $lang->user->mobileLogin, '', "class='qrCode $color'");
echo html::a(helper::createLink('misc', 'qrCode'), "<i class='icon-mobile-phone icon-large icon'></i> " . $lang->user->mobileLogin, '', "class='qrCode $color'");
}
/**