Your IP : 216.73.216.224


Current Path : /var/www/html/components/com_osmembership/view/common/tmpl/
Upload File :
Current File : /var/www/html/components/com_osmembership/view/common/tmpl/restrictionmsg.php

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

defined('_JEXEC') or die;

/**
 * Layout variables
 *
 * @var string   $introText
 * @var string   $msg
 * @var string   $context
 * @var stdClass $row
 */

if (isset($introText))
{
	echo '<div class="intro-text">' . $introText . '</div>';
}
?>
<div class="text-info">
	<?php echo $msg; ?>
</div>