FINAL suepr merge step : added all modules to this super repos
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
.panel-html5-2col{width:100%;}
|
||||
.panel-html5-2col>*{float:left;width:50%;}
|
||||
.panel-html5-2col>.article{clear:both;}
|
||||
.clear-after:after{clear:both;content:'';display:block;height:0px;overflow:hidden;visibility:hidden;width:0px;}
|
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
// Plugin definition
|
||||
$plugin = array(
|
||||
'title' => t('[Article] [Aside]'),
|
||||
'category' => t('Columns: 2'),
|
||||
'icon' => 'html5-2-col.png',
|
||||
'theme' => 'panels_html5_2_col',
|
||||
'css' => 'html5-2-col.css',
|
||||
'regions' => array(
|
||||
'article' => t('Article'),
|
||||
'aside' => t('Aside'),
|
||||
),
|
||||
);
|
Binary file not shown.
After Width: | Height: | Size: 193 B |
@@ -0,0 +1,4 @@
|
||||
<div class="panel panel-html5-2col clear-after" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
|
||||
<article class="article clear-after"><?php print $content['article']; ?></article>
|
||||
<aside class="aside clear-after"><?php print $content['aside']; ?></aside>
|
||||
</div>
|
Reference in New Issue
Block a user