diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-01 04:39:57 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-01 04:39:57 +1000 |
commit | 8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716 (patch) | |
tree | e9505358c6a855da8d5d8d84cfe1db3dfa3e2db6 /include/event.php | |
parent | 7d380570df62b3f90daf197a1044d45e073c97a7 (diff) | |
download | volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.tar.gz volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.tar.bz2 volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.zip |
update icon names in include/
Diffstat (limited to 'include/event.php')
-rw-r--r-- | include/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php index 7a99bc746..e54a172c2 100644 --- a/include/event.php +++ b/include/event.php @@ -25,7 +25,7 @@ function format_event_html($ev) { $o = '<div class="vevent">' . "\r\n"; - $o .= '<div class="event-title"><h3><i class="icon-calendar"></i> ' . bbcode($ev['summary']) . '</h3></div>' . "\r\n"; + $o .= '<div class="event-title"><h3><i class="fa fa-calendar"></i> ' . bbcode($ev['summary']) . '</h3></div>' . "\r\n"; $o .= '<div class="event-start"><span class="event-label">' . t('Starts:') . '</span> <span class="dtstart" title="' . datetime_convert('UTC', 'UTC', $ev['start'], (($ev['adjust']) ? ATOM_TIME : 'Y-m-d\TH:i:s' )) |