ver4/関数リファレンス/BcBaser icon
提供: baserCMS公式ガイド
(ver4/関数リファレンス/iconから転送)
[このコンテンツは内容調整中です]
説明
アイコン(favicon)タグを出力する。
使い方
<?php $this->BcBaser->icon(); ?>
用例
基本
アイコンタグを出力する。
コード
<?php $this->BcBaser->icon(); ?>
出力
<link href="/favicon.ico" type="image/x-icon" rel="icon"> <link href="/favicon.ico" type="image/x-icon" rel="shortcut icon">