Your IP : 216.73.216.224


Current Path : /var/www/html/components/com_osmembership/view/group/tmpl/
Upload File :
Current File : /var/www/html/components/com_osmembership/view/group/tmpl/complete.php

<?php
/**
 * @package        Joomla
 * @subpackage     Membership Pro
 * @author         Tuan Pham Ngoc
 * @copyright      Copyright (C) 2012 - 2026 Ossolution Team
 * @license        GNU/GPL, see LICENSE.php
 */

use Joomla\CMS\Language\Text;

?>
<div id="osm-join-group-complete" class="osm-container">
    <h1 class="osm-page-title"><?php echo Text::_('OSM_JOIN_GROUP_COMPLETE'); ?></h1>
    <p class="osm-message"><?php echo $this->message; ?></p>
</div>