diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-01 04:13:30 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-01 04:13:30 +1000 |
commit | 7d380570df62b3f90daf197a1044d45e073c97a7 (patch) | |
tree | b45d360b4fa6c1b0950ab40afc5efa34ad419d89 /Zotlabs/Module/Viewsrc.php | |
parent | 45654ffc5cc4532c2189c88d46a0374038b53c9f (diff) | |
download | volse-hubzilla-7d380570df62b3f90daf197a1044d45e073c97a7.tar.gz volse-hubzilla-7d380570df62b3f90daf197a1044d45e073c97a7.tar.bz2 volse-hubzilla-7d380570df62b3f90daf197a1044d45e073c97a7.zip |
update icon names in Zotlabs/
Diffstat (limited to 'Zotlabs/Module/Viewsrc.php')
-rw-r--r-- | Zotlabs/Module/Viewsrc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Viewsrc.php b/Zotlabs/Module/Viewsrc.php index 63cc5e717..fa755a3ec 100644 --- a/Zotlabs/Module/Viewsrc.php +++ b/Zotlabs/Module/Viewsrc.php @@ -41,7 +41,7 @@ class Viewsrc extends \Zotlabs\Web\Controller { } if(is_ajax()) { - print '<div><i class="icon-pencil"> ' . t('Source of Item') . ' ' . $r[0]['id'] . '</i></div>'; + print '<div><i class="fa fa-pencil"> ' . t('Source of Item') . ' ' . $r[0]['id'] . '</i></div>'; echo $o; killme(); } |