How do you add icons to dashboard pages?

Permalink
I've create a few dashboard pages and i would like to use some of concrete5's dashboard icons with my pages. I've searched the concrete5 site and the only information I've found on adding icons to dashboard pages in through the package controller at installation(http://www.concrete5.org/documentation/how-tos/developers/add-dashboard-icons-to-single-pages-in-concrete5.6/). Is there a simple more direct way to add icons for each page. Thanks

 
JohntheFish replied on at Permalink Reply
JohntheFish
The howto is the page associated icons that c5 uses to put your page into dashboard menus.

For directly putting an icon onto a page as part of your design within the page, you can include html such as:
<i class="icon-search"></i>


For a list of available icons see:
http://twitter.github.com/bootstrap/base-css.html#icons...

This will only work if you have bootstrap css loaded, such as is provided by ccm.app.css for dashboard pages.