diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-10-27 16:02:33 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-10-27 16:06:10 +0100 |
| commit | 17306469cebc99faf6a819b0af7a1685527a131a (patch) | |
| tree | aa5d67f70f40c33d9835e2a9e8973d09c068c76d | |
| parent | 6cec86380905b220f17e5c08b9fe6de184b953aa (diff) | |
| download | webtrees-17306469cebc99faf6a819b0af7a1685527a131a.tar.gz webtrees-17306469cebc99faf6a819b0af7a1685527a131a.tar.bz2 webtrees-17306469cebc99faf6a819b0af7a1685527a131a.zip | |
Create additional icons for module components
| -rw-r--r-- | app/FontAwesome.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/FontAwesome.php b/app/FontAwesome.php index e39267600f..572d0e29cf 100644 --- a/app/FontAwesome.php +++ b/app/FontAwesome.php @@ -48,6 +48,16 @@ class FontAwesome extends Html { 'arrow-end' => 'fa fa-arrow-end wt-icon-arrow-end', 'arrow-start' => 'fa fa-arrow-start wt-icon-arrow-start', 'arrow-up' => 'fa fa-arrow-up wt-icon-arrow-up', + // Modules + 'block' => 'fa fa-th-list wt-icon-block', + 'block-user' => 'fa fa-user wt-icon-block-user', + 'block-tree' => 'fa fa-tree wt-icon-block-tree', + 'chart' => 'fa fa-share-alt wt-icon-chart', + 'menu' => 'fa fa-list-ul wt-icon-menu', + 'report' => 'fa fa-file wt-icon-report', + 'sidebar' => 'fa fa-th-large wt-icon-sidebar', + 'tab' => 'fa fa-folder wt-icon-tab', + 'theme' => 'fa fa-paint-brush wt-icon-theme', // GEDCOM records 'family' => 'fa fa-users wt-icon-family', 'individual' => 'fa fa-user wt-icon-individual', |
