Example #1
0
//get template width type
$templatewidthtype = $this->params->get('templateWidthType', '0');
$fluid = $templatewidthtype != '0' ? '-fluid' : '';
?>

<?php 
if ($this->countModules('header') or $this->countModules('top')) {
    ?>
<header id="jm-header-top">
    <div id="jm-header-top-in" class="container<?php 
    echo $fluid;
    ?>
">
        <div id="jm-header-top-space">
            <?php 
    if ($this->countModules('header')) {
        ?>
            <div id="jm-header">
                <jdoc:include type="modules" name="header" style="jmmodule"/>
            </div>
            <?php 
    }
    ?>
            <?php 
    if ($this->countModules('top')) {
        ?>
            <div id="jm-top">
                <?php 
        echo DJModuleHelper::renderModules('top', 'jmmodule', $fluid);
        ?>
            </div>
Example #2
0
<?php

/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/
defined('_JEXEC') or die;
//get template width type
$templatewidthtype = $this->params->get('templateWidthType', '0');
$fluid = $templatewidthtype != '0' ? '-fluid' : '';
?>

<?php 
if ($this->countModules('footer')) {
    ?>
<section id="jm-footer-mod">
    <div id="jm-footer-mod-in" class="container<?php 
    echo $fluid;
    ?>
">
        <div id="jm-footer-mod-space" class="clearfix">
            <?php 
    echo DJModuleHelper::renderModules('footer', 'jmmodule', $fluid);
    ?>
        </div>
    </div>
</section>     
<?php 
}
Example #3
0
/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/
defined('_JEXEC') or die;
//get template width type
$templatewidthtype = $this->params->get('templateWidthType', '0');
$fluid = $templatewidthtype != '0' ? '-fluid' : '';
?>

<?php 
if ($this->countModules('bottom')) {
    ?>
<section id="jm-bottom">
    <div id="jm-bottom-in" class="container<?php 
    echo $fluid;
    ?>
">
        <div id="jm-bottom-space">
            <?php 
    echo DJModuleHelper::renderModules('bottom', 'jmmodule', $fluid);
    ?>
        </div>     
    </div>
</section>
<?php 
}
?>
  
Example #4
0
    if ($fontswitcher) {
        ?>
                                <div id="jm-font-switcher">
                                    <a href="javascript:void(0);" class="texttoggler small" rel="smallview" title="small size">A</a>
                                    <a href="javascript:void(0);" class="texttoggler normal" rel="normalview" title="normal size">A</a>
                                    <a href="javascript:void(0);" class="texttoggler large" rel="largeview" title="large size">A</a>
                                    <script type="text/javascript">
                                    //documenttextsizer.setup("shared_css_class_of_toggler_controls")
                                    documenttextsizer.setup("texttoggler")
                                    </script>
                                </div>
                                <?php 
    }
    ?>
                                                
                                <?php 
    if ($front_check) {
        ?>
 
                                <div id="jm-maincontent">
                                    <jdoc:include type="message" />
                                    <jdoc:include type="component" />
                                </div>
                                <?php 
    }
    ?>
                                
                                <?php 
    if ($this->countModules('content-bottom')) {
        ?>
                                <div id="jm-content-bottom" class="jm-grid">