Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- templates/mytml/html/mod_custom/default.php
- <?php
- defined('_JEXEC') or die;
- if($moduleclass_sfx){
- echo '<div class="'.$moduleclass_sfx.'">' . $module->content . '</div>';
- }
- else{
- echo $module->content;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement