aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-01 04:39:57 +1000
committerTreer <treer.git@the-bordello.com>2016-05-01 04:39:57 +1000
commit8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716 (patch)
treee9505358c6a855da8d5d8d84cfe1db3dfa3e2db6 /include/event.php
parent7d380570df62b3f90daf197a1044d45e073c97a7 (diff)
downloadvolse-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.php2
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>&nbsp;' . bbcode($ev['summary']) . '</h3></div>' . "\r\n";
+ $o .= '<div class="event-title"><h3><i class="fa fa-calendar"></i>&nbsp;' . bbcode($ev['summary']) . '</h3></div>' . "\r\n";
$o .= '<div class="event-start"><span class="event-label">' . t('Starts:') . '</span>&nbsp;<span class="dtstart" title="'
. datetime_convert('UTC', 'UTC', $ev['start'], (($ev['adjust']) ? ATOM_TIME : 'Y-m-d\TH:i:s' ))