* fixed style of mobile link in foot bar.

* ajusted style of about.
This commit is contained in:
Catouse
2014-04-16 13:29:35 +08:00
parent 4aae72eb0f
commit d7c99b3107
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -547,7 +547,7 @@ class commonModel extends model
public static function printQRCodeLink($color = '')
{
global $lang;
echo html::a(helper::createLink('misc', 'qrCode'), "<i class='icon-mobile-phone icon-large'></i> " . $lang->user->mobileLogin, '', "class='qrCode $color'");
echo html::a(helper::createLink('misc', 'qrCode'), "<i class='icon-mobile-phone icon-large'></i> " . $lang->user->mobileLogin, '', "class='qrCode iframe $color' data-width='340'");
}
/**