* add events of login page.
This commit is contained in:
@@ -539,6 +539,18 @@ class commonModel extends model
|
||||
echo html::a(helper::createLink('misc', 'qrCode'), "<i class='icon-mobile-phone icon-large'></i>" . $lang->user->mobileLogin, '', "class='qrCode $color'");
|
||||
}
|
||||
|
||||
/**
|
||||
* Print QR code Link.
|
||||
*
|
||||
* @static
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public static function getQRCodeLink()
|
||||
{
|
||||
echo helper::createLink('misc', 'qrCode');
|
||||
}
|
||||
|
||||
/**
|
||||
* Diff two string. (see phpt)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user