Główne szablony globalTemplate :a:
<p id='user_notifications' <if test="nonewnotifications:|:!$this->memberData['notification_cnt']">class='no-new'</if>>
<a id='user_notifications_link' href='{parse url="app=core&module=usercp&area=notificationlog" base="public"}' title="{parse expression="sprintf( "{$this->lang->words['manage_notifications']}", "{$this->memberData['notification_cnt']}" )"}"><small><if test="$this->memberData['notification_cnt'] > 99">99+<else />{$this->memberData['notification_cnt']}</if><span class='hide'>{$this->lang->words['unread_notification_suffix']}</span></small> <img src='{$this->settings['img_url']}/opts_arrow.png' alt='>' id='notify-down-arrow' /></a>
</p>
Na przyszłość polecam zajrzenie do źródła strony, np. przy użyciu FireBuga. Zadziwiające ile daje to możliwości.