In addition to being able to specify the links that appear in the upper right corner of the Viewpoint heading (for more information, see Adding/editing top links), you can also associate images with these links. These steps explain how you can do this.
To create a top link icon
Images larger than 16x16 pixels will not fit in the heading.
Remove the label attribute in the <top-link> element to use the image in place of the link's label (rather than in addition to it).
<top-link href="login?logout=true" target="thisWindow"> <image>images/logoutIcon.png</image> <permission name="nav.logout" /> </top-link>
Related topics