mikewassil wrote:I added a function to my ApplicationDelegate.php to insert a link to an external application in the "actions_menu_tail" block. This works fine and the link shows up right where I want it. However, the external application link is underlined, whereas all the other links: "breadcrumbs", "My Profile", "Control Panel" are not underlined. How do I remove the underline from the external application link?
Thanks. Michael
Actually, upon closer scrutiny I discovered that my custom link was not only showing to the right of "My Profile" and "Control Panel", but also to the right of the "Details", "List" and "Find" tabs, where I don't want it. So I put it in the "after_personal_tools" block instead. That removed the underline. It also forced a new line, which I can live with, although I may try some other blocks to see if I can get into the same line as the breadcrumbs and personal tools without adding the underline again.
Michael