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