Cool Sub-Menus descriptions for your SMF Forum.
I added a quick description to my sub-menus in one of my sites. I thought i'd share.
Easy to do in Subs.php
Not meant for main menuSMF 2.0 Only
In Subs.php for example, lets do the profile sub-menus:
Find:
'title' => $txt['summary'],
Replace with:
'title' => $txt['summary'] . '<br>' . 'View your public profile',
and so on!
I may include this in the menu icons mod eventually.
Have fun! ;)