first commit
This commit is contained in:
14
modules/mod_pagebuilderck/tmpl/default.php
Normal file
14
modules/mod_pagebuilderck/tmpl/default.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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>
|
||||
1
modules/mod_pagebuilderck/tmpl/index.html
Normal file
1
modules/mod_pagebuilderck/tmpl/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
Reference in New Issue
Block a user