admin link
This element will place admin menu links on the screen when an Administrator is logged in.
Sites that do not include a persistent login box in their design should definitely include this element to allow administrators easy access to the admin menu and to logging off.
CODE
<cfinclude template="#include#/adminLink.cfm">
CSS
*/ --- Amin Link --- */
#adminLink
HTML
<div id="adminLink">
<a href="#">Admin Menu</a> | <a href="#">Refresh Cache</a> | <a href="#">Log Out</a>
</div>


