Wat ik gedaan heb is het volgende:
in includes/acp/acp_style.php mijn icoontje toegevoegd(laatste):
Code: Selecteer alles
'buttons' => array(
'icon_back_top', 'icon_contact_aim', 'icon_contact_email', 'icon_contact_icq', 'icon_contact_jabber', 'icon_contact_msnm', 'icon_contact_pm', 'icon_contact_yahoo', 'icon_contact_www', 'icon_post_delete', 'icon_post_edit', 'icon_post_info', 'icon_post_quote', 'icon_post_report', 'icon_user_online', 'icon_user_offline', 'icon_user_profile', 'icon_user_search', 'icon_user_warn', 'button_pm_forward', 'button_pm_new', 'button_pm_reply', 'button_topic_locked', 'button_topic_new', 'button_topic_reply','button_blog_new','icon_last_fm',
),
Code: Selecteer alles
img_icon_last_fm = icon_last_fm.png*16*50
Code: Selecteer alles
ul.profile-icons li.last-fm-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_LAST_FM_HEIGHT}px; }
Code: Selecteer alles
<!-- IF postrow.POSTER_LASTFM --><dd><ul class="profile-icons"><li class="last-fm"><a href="http://www.last.fm/user/{postrow.POSTER_LASTFM}" target="_blank" title="{postrow.POSTER_LASTFM}"></a></li></ul></dd><!-- ENDIF -->
