下面是我在 drupal 的 template.php 中使用的一段代码来显示 facebook 链接
$links = array();
$links['facebook'] = array(
'title' => 'facebook',
'href' => "http://facebook.com",
'html' => TRUE,
);
这会在网站上显示标题“facebook”,但我想要 facebook 图标而不是标题需要添加哪些代码..??