FINAL suepr merge step : added all modules to this super repos
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.panel-html5-basic{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('[Header] [Nav] [Section]'),
|
||||
'category' => t('Columns: 1'),
|
||||
'icon' => 'html5-basic.png',
|
||||
'theme' => 'panels_html5_basic',
|
||||
'css' => 'html5-basic.css',
|
||||
'regions' => array(
|
||||
'header' => t('Header'),
|
||||
'nav' => t('Nav'),
|
||||
'section' => t('Section'),
|
||||
),
|
||||
);
|
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,5 @@
|
||||
<div class="panel-html5-basic clear-after" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
|
||||
<header class="header clear-after"><?php print $content['header']; ?></header>
|
||||
<nav class="nav clear-after"><?php print $content['nav']; ?></nav>
|
||||
<section class="section clear-after"><?php print $content['section']; ?></section>
|
||||
</div>
|
Reference in New Issue
Block a user