modern-events-calendar-lite/app/features/profile/message.php

7 lines
163 B
PHP
Raw Permalink Normal View History

2024-10-15 12:04:03 +02:00
<?php
/** no direct access **/
defined('MECEXEC') or die();
?>
<div class="mec-profile-message">
<p><?php echo MEC_kses::element($message); ?></p>
</div>