本文整理匯總了PHP中CIntranetUtils::getB24Link方法的典型用法代碼示例。如果您正苦於以下問題:PHP CIntranetUtils::getB24Link方法的具體用法?PHP CIntranetUtils::getB24Link怎麽用?PHP CIntranetUtils::getB24Link使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類CIntranetUtils
的用法示例。
在下文中一共展示了CIntranetUtils::getB24Link方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: GetMessage
?>
<!-- ***************** END CONTENT ********************-->
<!-- ***************** FOOTER ********************-->
</div>
</td>
<td style="min-width: 15px;border-collapse: collapse;border-spacing: 0;padding: 0;"></td>
</tr>
<tr>
<td style="min-width: 15px;border-collapse: collapse;border-spacing: 0;padding: 0;"></td>
<td align="center" valign="middle" style="border-collapse: collapse;border-spacing: 0;padding: 44px 0 50px;vertical-align: middle;max-width: 693px;"><?php
if (\Bitrix\Main\Loader::includeModule('intranet')) {
?>
<a href="<?php
echo CIntranetUtils::getB24Link('pub');
?>
" target="_blank" style="color: #71a5b6;text-decoration: none;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 12px;display: inline-block;vertical-align: middle;"><?php
?>
<span><?php
echo GetMessage('MAIL_USER_CHARGED');
?>
</span>
<img height="19" width="101" src="/bitrix/templates/mail_user/images/<?php
echo GetMessage('MAIL_USER_BITRIX24_IMAGEFILE');
?>
" alt="<?php
echo GetMessage('MAIL_USER_BITRIX24_IMAGEFILE_ALT');
?>
" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;border: none;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;color: #71a5b6;font-weight: bold;vertical-align: middle;"><?php