Quote:
Originally Posted by ThatGreenAlien
Hi there, look in your header template for...
Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
Add your html right before {vb:rawphrase your_notifications}:
So something like...
Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}"><b>*</b>{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
Let me know if that works.
|
This is on a per template basis, correct? I have the default template plus three additional templates plus the mobile template.
Thanks for the quick response, I am going to try it as soon as I get home tonight.