add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!--[post/event-cell-date]-->
<?php
$date = strtotime( get_post_meta( get_the_ID(), "event_date", true ) );
?>
<time datetime="<?= date( "d.m.Y H:i:s", $date ) ?>" class="article__data">
<?= date( "d.m.Y", $date ) ?>
</time>
<!--[/post/event-cell-date]-->