-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
70 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
...se_12_threecol_4_4_4_threerow_stacked/suitcase-12-threecol-4-4-4-threerow-stacked.tpl.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
<div class="panel-display omega-grid omega-12-threecol-4-4-4" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>> | ||
<div class="panel-display omega-grid suitcase-12-threecol-4-4-4-threerow-stacked" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>> | ||
<div class="panel-panel grid-12"> | ||
<div class="inside"><?php print $content['top']; ?></div> | ||
<?php print $content['top']; ?> | ||
</div> | ||
<div class="clearfix"> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['upper_left']; ?></div> | ||
<?php print $content['upper_left']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['upper_middle']; ?></div> | ||
<?php print $content['upper_middle']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['upper_right']; ?></div> | ||
<?php print $content['upper_right']; ?> | ||
</div> | ||
</div> | ||
<div class="clearfix"> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['middle_left']; ?></div> | ||
<?php print $content['middle_left']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['middle_middle']; ?></div> | ||
<?php print $content['middle_middle']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['middle_right']; ?></div> | ||
<?php print $content['middle_right']; ?> | ||
</div> | ||
</div> | ||
<div class="clearfix"> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['lower_left']; ?></div> | ||
<?php print $content['lower_left']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['lower_middle']; ?></div> | ||
<?php print $content['lower_middle']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['lower_right']; ?></div> | ||
<?php print $content['lower_right']; ?> | ||
</div> | ||
</div> | ||
<div class="panel-panel grid-12"> | ||
<div class="inside"><?php print $content['bottom']; ?></div> | ||
<?php print $content['bottom']; ?> | ||
</div> | ||
</div> |
18 changes: 9 additions & 9 deletions
18
...itcase_12_threecol_4_4_4_tworow_stacked/suitcase-12-threecol-4-4-4-tworow-stacked.tpl.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
<div class="panel-display omega-grid omega-12-threecol-4-4-4" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>> | ||
<div class="panel-display omega-grid suitcase-12-threecol-4-4-4-tworow-stacked" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>> | ||
<div class="panel-panel grid-12"> | ||
<div class="inside"><?php print $content['top']; ?></div> | ||
<?php print $content['top']; ?> | ||
</div> | ||
<div class="clearfix"> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['upper_left']; ?></div> | ||
<?php print $content['upper_left']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['upper_middle']; ?></div> | ||
<?php print $content['upper_middle']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['upper_right']; ?></div> | ||
<?php print $content['upper_right']; ?> | ||
</div> | ||
</div> | ||
<div class="clearfix"> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['lower_left']; ?></div> | ||
<?php print $content['lower_left']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['lower_middle']; ?></div> | ||
<?php print $content['lower_middle']; ?> | ||
</div> | ||
<div class="panel-panel grid-4"> | ||
<div class="inside"><?php print $content['lower_right']; ?></div> | ||
<?php print $content['lower_right']; ?> | ||
</div> | ||
</div> | ||
<div class="panel-panel grid-12"> | ||
<div class="inside"><?php print $content['bottom']; ?></div> | ||
<?php print $content['bottom']; ?> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
<div<?php print $attributes; ?>> | ||
<div<?php print $content_attributes; ?>> | ||
<?php if ($content): ?> | ||
<div class="clearfix"> | ||
<?php $site_name_level_2_class = ($suitcase_interim_config_header_type == 1 || $suitcase_interim_config_header_type == 2) ? ' has-site-name-level-2' : ''; ?> | ||
<?php $site_name_level_3_class = ($suitcase_interim_config_header_type == 1 || $suitcase_interim_config_header_type == 3) ? ' has-site-name-level-3' : ''; ?> | ||
<div class="search-form-container<?php print $site_name_level_2_class . $site_name_level_3_class; ?>"><?php print $content; ?></div> | ||
</div> | ||
<div class="search-form-container<?php print $site_name_level_2_class . $site_name_level_3_class; ?>"><?php print $content; ?></div> | ||
<?php endif; ?> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
<div<?php print $attributes; ?>> | ||
<div<?php print $content_attributes; ?>> | ||
<?php print theme('links__system_secondary_menu', array('links' => $secondary_menu, 'attributes' => array('id' => 'secondary-menu', 'class' => array('links', 'inline', 'clearfix', 'secondary-menu')), 'heading' => array('text' => t('Secondary menu'),'level' => 'h2','class' => array('element-invisible')))); ?> | ||
|
||
<?php print theme('links__system_secondary_menu', array('links' => $secondary_menu, 'attributes' => array('id' => 'secondary-menu', 'class' => array('links', 'inline', 'secondary-menu')), 'heading' => array('text' => t('Secondary menu'),'level' => 'h2','class' => array('element-invisible')))); ?> | ||
<?php print $content; ?> | ||
</div> | ||
</div> |