本文整理汇总了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