add beta rfo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$formatted_date = format_event_date();
|
||||
$full_width = $args['full_width'] ?? false;
|
||||
$class = $full_width ? 'article-item article-item--lg' : 'article-item-rfo';
|
||||
$class = $full_width ? 'article-item-main__rfo' : 'article-item-rfo';
|
||||
?>
|
||||
<div class="article-item-wrapper__rfo">
|
||||
<div class="<?= $class; ?>">
|
||||
|
||||
Reference in New Issue
Block a user