'
- . ' | '
- . ' | '
- . ''
- . ''
+$timeline_arrow_row = ''
+ . ' | | '
+ . ''
+ . ''
. $arrow_svg
. ''
. ' | ';
@@ -586,6 +613,7 @@ $timeline_close_row = ''
= $card_open ?>
+ = $timeline_top_cap ?>
'
echo $event_row($fact, $body, $show_dot);
?>
- = $timeline_close_row ?>
+ = $timeline_bottom_cap ?>
+ = $timeline_arrow_row ?>
= $card_close ?>
@@ -636,6 +665,7 @@ $timeline_close_row = ' '
= $card_open ?>
+ = $timeline_top_cap ?>
'
echo $event_row($fact, $body, $show_dot);
?>
- = $timeline_close_row ?>
+ = $timeline_bottom_cap ?>
+ = $timeline_arrow_row ?>
= $card_close ?>
@@ -686,6 +717,7 @@ $timeline_close_row = ' '
= $card_open ?>
+ = $timeline_top_cap ?>
'
echo $event_row($fact, $body, $show_dot);
?>
- = $timeline_close_row ?>
+ = $timeline_bottom_cap ?>
+ = $timeline_arrow_row ?>
= $card_close ?>
|