INIIT
This commit is contained in:
2025-08-30 19:05:26 -05:00
parent bbca9c4024
commit 397873244b
147 changed files with 16996 additions and 95 deletions

View File

@@ -0,0 +1,31 @@
<?php
/**
* @package Joomla
* @subpackage Membership Pro
* @author Tuan Pham Ngoc
* @copyright Copyright (C) 2012 - 2025 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>