Beispiel #1
0
$left6colgrid = $gridParams->left6width;
$right6colgrid = $gridParams->right6width;
if ($this->countModules('left6') == 0) {
    $left6colgrid = "0";
}
if ($this->countModules('right6') == 0) {
    $right6colgrid = "0";
}
$left6 = $this->countModules('left6');
$right6 = $this->countModules('right6');
$areaWidth = 100;
$order = 'user25,user26,user27,user28,user29,user30';
$columnArray = array('user25' => '<jdoc:include type="modules" name="user25" style="xtc" />', 'user26' => '<jdoc:include type="modules" name="user26" style="xtc" />', 'user27' => '<jdoc:include type="modules" name="user27" style="xtc" />', 'user28' => '<jdoc:include type="modules" name="user28" style="xtc" />', 'user29' => '<jdoc:include type="modules" name="user29" style="xtc" />', 'user30' => '<jdoc:include type="modules" name="user30" style="xtc" />');
$columnClass = '';
$debug = 0;
$user25_30 = xtcBootstrapGrid($columnArray, $order, '', $columnClass);
$r6wrapclass = $gridParams->r6width ? 'xtc-bodygutter' : '';
$r6class = $gridParams->r6width ? 'xtc-wrapper' : 'xtc-fluidwrapper';
$r6pad = $gridParams->r6width ? 'xtc-wrapperpad' : '';
echo '<a id="region6anchor" class="moveit"></a>';
if ($left6 || $user25_30 || $right6) {
    echo '<div id="region6wrap" class="' . $r6wrapclass . '">';
    echo '<div id="region6pad" class="' . $r6pad . '">';
    echo '<div id="region6" class="row-fluid ' . $r6class . '">';
    if ($left6) {
        echo '<div id="left6" class="span' . $left6colgrid . '"><jdoc:include type="modules" name="left6" style="xtc" /></div>';
    }
    if ($user25_30) {
        echo '<div class="center span' . (12 - $left6colgrid - $right6colgrid) . '">';
        if ($user25_30) {
            echo '<div id="user25_30" class="clearfix">' . $user25_30 . '</div>';
Beispiel #2
0
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2014 Monev Software LLC. All rights reserved.
 * @license		http://opensource.org/licenses/GPL-2.0 GNU Public License, version 2.0
 */
defined('_JEXEC') or die;
defined('_JEXEC') or die;
$centerWidth = $tmplWidth;
$areaWidth = $centerWidth;
$order = 'top1,top2,top3,top4,top5,top6';
$columnArray = array('top1' => '<jdoc:include type="modules" name="top1" style="xtc" />', 'top2' => '<jdoc:include type="modules" name="top2" style="xtc" />', 'top3' => '<jdoc:include type="modules" name="top3" style="xtc" />', 'top4' => '<jdoc:include type="modules" name="top4" style="xtc" />', 'top5' => '<jdoc:include type="modules" name="top5" style="xtc" />', 'top6' => '<jdoc:include type="modules" name="top6" style="xtc" />');
$customWidths = '';
$customSpans = '';
$columnClass = '';
$columnPadding = '';
$debug = 0;
$top1_6 = xtcBootstrapGrid($columnArray, $order, $customSpans, $columnClass, $debug);
$r1wrapclass = $gridParams->r1width ? 'xtc-bodygutter' : '';
$r1class = $gridParams->r1width ? 'xtc-wrapper' : 'xtc-fluidwrapper';
$r1pad = $gridParams->r1width ? 'xtc-wrapperpad' : '';
if ($this->countModules('inset')) {
    ?>
<a id="region1anchor" class="moveit"></a>

	<div id="region1wrap" class="<?php 
    echo $r1wrapclass;
    ?>
 animated anistyle">
		<div id="region1pad" class="<?php 
    echo $r1pad;
    ?>
">
Beispiel #3
0
    if (file_exists($regionfile)) {
        require $regionfile;
    }
}
// Build footer grid
$areaWidth = $tmplWidth;
$gutter = 0;
$order = 'footer,legals';
$columnArray = array();
$columnArray['footer'] = '<jdoc:include type="modules" name="footer" style="xtc" />';
$columnArray['legals'] = '<jdoc:include type="modules" name="legals" style="xtc" />';
$customWidths = '';
$columnClass = '';
$columnPadding = '';
$debug = '';
$footer_legals = xtcBootstrapGrid($columnArray, $order, '', $columnClass);
if ($footer_legals) {
    ?>
				<div id="footerwrap" class="xtc-bodygutter">
					<div id="footerwrappad" class="xtc-wrapperpad">
						<div id="footerpad" class="row-fluid xtc-wrapper"><?php 
    echo $footer_legals;
    ?>
</div>
					</div>
				</div>
			<?php 
}
?>
    <?php 
if ($this->countModules('debug')) {
Beispiel #4
0
$left7colgrid = $gridParams->left7width;
$right7colgrid = $gridParams->right7width;
if ($this->countModules('left7') == 0) {
    $left7colgrid = "0";
}
if ($this->countModules('right7') == 0) {
    $right7colgrid = "0";
}
$left7 = $this->countModules('left7');
$right7 = $this->countModules('right7');
$areaWidth = 100;
$order = 'user31,user32,user33,user34,user35,user36';
$columnArray = array('user31' => '<jdoc:include type="modules" name="user31" style="xtc" />', 'user32' => '<jdoc:include type="modules" name="user32" style="xtc" />', 'user33' => '<jdoc:include type="modules" name="user33" style="xtc" />', 'user34' => '<jdoc:include type="modules" name="user34" style="xtc" />', 'user35' => '<jdoc:include type="modules" name="user35" style="xtc" />', 'user36' => '<jdoc:include type="modules" name="user36" style="xtc" />');
$columnClass = '';
$debug = 0;
$user31_36 = xtcBootstrapGrid($columnArray, $order, '', $columnClass);
$r7wrapclass = $gridParams->r7width ? 'xtc-bodygutter' : '';
$r7class = $gridParams->r7width ? 'xtc-wrapper' : 'xtc-fluidwrapper';
$r7pad = $gridParams->r7width ? 'xtc-wrapperpad' : '';
echo '<a id="region7anchor" class="moveit"></a>';
if ($left7 || $user31_36 || $right7) {
    echo '<div id="region7wrap" class="' . $r7wrapclass . '">';
    echo '<div id="region7pad" class="' . $r7pad . '">';
    echo '<div id="region7" class="row-fluid ' . $r7class . '">';
    if ($left7) {
        echo '<div id="left7" class="span' . $left7colgrid . '"><jdoc:include type="modules" name="left7" style="xtc" /></div>';
    }
    if ($user31_36) {
        echo '<div class="center span' . (12 - $left7colgrid - $right7colgrid) . '">';
        if ($user31_36) {
            echo '<div id="user31_36" class="clearfix">' . $user31_36 . '</div>';
Beispiel #5
0
$left5colgrid = $gridParams->left5width;
$right5colgrid = $gridParams->right5width;
if ($this->countModules('left5') == 0) {
    $left5colgrid = "0";
}
if ($this->countModules('right5') == 0) {
    $right5colgrid = "0";
}
$left5 = $this->countModules('left5');
$right5 = $this->countModules('right5');
$areaWidth = 100;
$order = 'user19,user20,user21,user22,user23,user24';
$columnArray = array('user19' => '<jdoc:include type="modules" name="user19" style="xtc" />', 'user20' => '<jdoc:include type="modules" name="user20" style="xtc" />', 'user21' => '<jdoc:include type="modules" name="user21" style="xtc" />', 'user22' => '<jdoc:include type="modules" name="user22" style="xtc" />', 'user23' => '<jdoc:include type="modules" name="user23" style="xtc" />', 'user24' => '<jdoc:include type="modules" name="user24" style="xtc" />');
$columnClass = '';
$debug = 0;
$user19_24 = xtcBootstrapGrid($columnArray, $order, '', $columnClass);
$r5wrapclass = $gridParams->r5width ? 'xtc-bodygutter' : '';
$r5class = $gridParams->r5width ? 'xtc-wrapper' : 'xtc-fluidwrapper';
$r5pad = $gridParams->r5width ? 'xtc-wrapperpad' : '';
echo '<a id="region5anchor" class="moveit"></a>';
if ($left5 || $user19_24 || $right5) {
    echo '<div id="region5wrap" class="' . $r5wrapclass . '">';
    echo '<div id="region5pad" class="' . $r5pad . '">';
    echo '<div id="region5" class="row-fluid ' . $r5class . '">';
    if ($left5) {
        echo '<div id="left5" class="span' . $left5colgrid . '"><jdoc:include type="modules" name="left5" style="xtc" /></div>';
    }
    if ($user19_24) {
        echo '<div class="center span' . (12 - $left5colgrid - $right5colgrid) . '">';
        if ($user19_24) {
            echo '<div id="user19_24" class="clearfix r5spacer_top">' . $user19_24 . '</div>';
Beispiel #6
0
if ($this->countModules('left2') == 0) {
    $left2colgrid = "0";
}
if ($this->countModules('right2') == 0) {
    $right2colgrid = "0";
}
$left2 = $this->countModules('left2');
$right2 = $this->countModules('right2');
$areaWidth = 100;
$order = 'user1,user2,user3,user4,user5,user6';
$columnArray = array('user1' => '<jdoc:include type="modules" name="user1" style="xtc" />', 'user2' => '<jdoc:include type="modules" name="user2" style="xtc" />', 'user3' => '<jdoc:include type="modules" name="user3" style="xtc" />', 'user4' => '<jdoc:include type="modules" name="user4" style="xtc" />', 'user5' => '<jdoc:include type="modules" name="user5" style="xtc" />', 'user6' => '<jdoc:include type="modules" name="user6" style="xtc" />');
$customWidths = '';
$columnClass = '';
$columnPadding = '';
$debug = 0;
$user1_6 = xtcBootstrapGrid($columnArray, $order, '', $columnClass, $debug);
$r2wrapclass = $gridParams->r2width ? 'xtc-bodygutter' : '';
$r2class = $gridParams->r2width ? 'xtc-wrapper' : 'xtc-fluidwrapper';
$r2pad = $gridParams->r2width ? 'xtc-wrapperpad' : '';
echo '<a id="region2anchor" class="moveit"></a>';
if ($left2 || $user1_6 || $right2) {
    echo '<div id="region2wrap" class="' . $r2wrapclass . '">';
    echo '<div id="region2pad" class="' . $r2pad . '">';
    echo '<div id="region2" class="row-fluid ' . $r2class . '">';
    if ($left2) {
        echo '<div id="left2" class="span' . $left2colgrid . '"><jdoc:include type="modules" name="left2" style="xtc" /></div>';
    }
    if ($user1_6) {
        echo '<div id="user1_6" class="span' . (12 - $left2colgrid - $right2colgrid) . '">' . $user1_6 . '</div>';
    }
    if ($right2) {
Beispiel #7
0
/**
 * @version		1.0.2
 * @package		Hipster template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2014 Monev Software LLC. All rights reserved.
 * @license		http://opensource.org/licenses/GPL-2.0 GNU Public License, version 2.0
 */
defined('_JEXEC') or die;
$centerWidth = $tmplWidth;
$areaWidth = $centerWidth;
$order = 'bottom7,bottom8,bottom9,bottom10,bottom11,bottom12';
$columnArray = array('bottom7' => '<jdoc:include type="modules" name="bottom7" style="xtc" />', 'bottom8' => '<jdoc:include type="modules" name="bottom8" style="xtc" />', 'bottom9' => '<jdoc:include type="modules" name="bottom9" style="xtc" />', 'bottom10' => '<jdoc:include type="modules" name="bottom10" style="xtc" />', 'bottom11' => '<jdoc:include type="modules" name="bottom11" style="xtc" />', 'bottom12' => '<jdoc:include type="modules" name="bottom12" style="xtc" />');
$customWidths = '';
$customSpans = '';
$columnClass = '';
$columnPadding = '';
$debug = 0;
$bottom7_12 = xtcBootstrapGrid($columnArray, $order, $customSpans, $columnClass, $debug);
$r10wrapclass = $gridParams->r10width ? 'xtc-bodygutter' : '';
$r10class = $gridParams->r10width ? 'xtc-wrapper' : 'xtc-fluidwrapper';
$r10pad = $gridParams->r10width ? 'xtc-wrapperpad' : '';
echo '<a id="region10anchor" class="moveit"></a>';
if ($bottom7_12) {
    echo '<div id="region10wrap" class="' . $r10wrapclass . '">';
    echo '<div id="region10pad" class="' . $r10pad . '">';
    echo '<div id="region10" class="row-fluid ' . $r10class . '">';
    echo $bottom7_12;
    echo '</div>';
    echo '</div>';
    echo '</div>';
}
Beispiel #8
0
$areaWidth = 100;
$order = 'user7,user8,user9,user10,user11,user12';
$columnArray = array('user7' => '<jdoc:include type="modules" name="user7" style="xtc" />', 'user8' => '<jdoc:include type="modules" name="user8" style="xtc" />', 'user9' => '<jdoc:include type="modules" name="user9" style="xtc" />', 'user10' => '<jdoc:include type="modules" name="user10" style="xtc" />', 'user11' => '<jdoc:include type="modules" name="user11" style="xtc" />', 'user12' => '<jdoc:include type="modules" name="user12" style="xtc" />');
$customWidths = '';
$columnClass = '';
$columnPadding = '';
$debug = 0;
$user6_12 = xtcBootstrapGrid($columnArray, $order, '', $columnClass);
$areaWidth = 100;
$order = 'showcase1,showcase2,showcase3,showcase4,showcase5,showcase6';
$columnArray = array('showcase1' => '<jdoc:include type="modules" name="showcase1" style="xtc" />', 'showcase2' => '<jdoc:include type="modules" name="showcase2" style="xtc" />', 'showcase3' => '<jdoc:include type="modules" name="showcase3" style="xtc" />', 'showcase4' => '<jdoc:include type="modules" name="showcase4" style="xtc" />', 'showcase5' => '<jdoc:include type="modules" name="showcase5" style="xtc" />', 'showcase6' => '<jdoc:include type="modules" name="showcase6" style="xtc" />');
$customWidths = '';
$columnClass = '';
$columnPadding = '';
$debug = 0;
$showcase1_6 = xtcBootstrapGrid($columnArray, $order, '', $columnClass);
$r3wrapclass = $gridParams->r3width ? 'xtc-bodygutter' : '';
$r3class = $gridParams->r3width ? 'xtc-wrapper' : 'xtc-fluidwrapper';
$r3pad = $gridParams->r3width ? 'xtc-wrapperpad' : '';
echo '<a id="region3anchor" class="moveit"></a>';
if ($left || $sidebarleft || $newsflash || $breadcrumb || $user6_12 || $right || $sidebarright || $messages || $showcase1_6 || xtcCanShowComponent()) {
    ?>
        
        <div id="region3wrap" class="<?php 
    echo $r3wrapclass;
    ?>
">
        <div id="region3pad" class="<?php 
    echo $r3pad;
    ?>
">