|
@@ 466-467 (lines=2) @@
|
| 463 |
|
|
| 464 |
|
echo '</span>'; |
| 465 |
|
|
| 466 |
|
if (!empty($event['location'])) |
| 467 |
|
echo '<br><span class="event_location', empty($event_icons_needed) ? ' floatright' : '', '">' . $event['location'] . '</span>'; |
| 468 |
|
|
| 469 |
|
if ($event['can_edit'] || $event['can_export']) |
| 470 |
|
{ |
|
@@ 642-643 (lines=2) @@
|
| 639 |
|
|
| 640 |
|
echo '</span>'; |
| 641 |
|
|
| 642 |
|
if (!empty($event['location'])) |
| 643 |
|
echo '<br><span class="event_location', empty($event_icons_needed) ? ' floatright' : '', '">' . $event['location'] . '</span>'; |
| 644 |
|
|
| 645 |
|
if (!empty($event_icons_needed)) |
| 646 |
|
{ |