diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-06-04 04:44:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-06-04 04:44:34 +0000 |
commit | 5b60c54c5595f79d3f3219859e8f107649465b94 (patch) | |
tree | 1163f1c75f86f3ca463b55c5b01bc0bda5d5c18f /admin/themes/default/template/header.tpl | |
parent | bfd8e798d78db071b7d5982ac9d9e68be493baad (diff) |
feature 2916 Replace raphael with symbol fonts
I added more icons than before (I think it's better as we can find links faster but that's arguable ...)
git-svn-id: http://piwigo.org/svn/trunk@23029 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/header.tpl')
-rw-r--r-- | admin/themes/default/template/header.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl index f8fff5750..365bcd8de 100644 --- a/admin/themes/default/template/header.tpl +++ b/admin/themes/default/template/header.tpl @@ -19,6 +19,7 @@ {/if} {if !empty($theme.local_head)}{include file=$theme.local_head load_css=$theme.load_css}{/if} {/foreach} +{combine_css path="admin/themes/default/fontello/css/fontello.css"} <!-- BEGIN get_combined_scripts --> {get_combined_scripts load='header'} @@ -53,8 +54,8 @@ <div id="pwgHead"> <h1> <a href="{$U_RETURN}" title="{'Visit Gallery'|@translate}"> - <img src="{$ROOT_URL}admin/themes/{$theme.id}/icon/home.png" alt="{'Home'|@translate}"> - {$GALLERY_TITLE} + <span class="icon-home" style="font-size:larger"></span> + {$GALLERY_TITLE} </a> </h1> |