15 lines
289 B
PHP
15 lines
289 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2015 Cédric KEIFLIN alias ced1870
|
|
* http://www.template-creator.com
|
|
* http://www.joomlack.fr
|
|
* @license GNU/GPL
|
|
* */
|
|
|
|
defined('_JEXEC') or die;
|
|
|
|
?>
|
|
<div class="pagebuilderck <?php echo $moduleclass_sfx ?>">
|
|
<?php echo $modulecontent; ?>
|
|
</div>
|