updated contrib themes
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php if (!empty($pre_object)) print render($pre_object) ?>
|
||||
|
||||
<div class='<?php print $classes ?> clearfix' <?php print ($attributes) ?>>
|
||||
<div<?php print ($attributes) ?>>
|
||||
<?php if (!empty($title_prefix)) print render($title_prefix); ?>
|
||||
|
||||
<?php if (!$page && !empty($title)): ?>
|
||||
<h2 <?php if (!empty($title_attributes)) print $title_attributes ?>>
|
||||
<?php if (!empty($new)): ?><span class='new'><?php print $new ?></span><?php endif; ?>
|
||||
<?php if (!empty($new)): ?><span class="new"><?php print $new ?></span><?php endif; ?>
|
||||
<a href="<?php print $node_url ?>"><?php print $title ?></a>
|
||||
</h2>
|
||||
<?php endif; ?>
|
||||
@@ -13,17 +13,17 @@
|
||||
<?php if (!empty($title_suffix)) print render($title_suffix); ?>
|
||||
|
||||
<?php if (!empty($submitted)): ?>
|
||||
<div class='<?php print $hook ?>-submitted clearfix'><?php print $submitted ?></div>
|
||||
<div class="<?php print $hook ?>-submitted clearfix"><?php print $submitted ?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($content)): ?>
|
||||
<div class='<?php print $hook ?>-content clearfix <?php if (!empty($is_prose)) print 'prose' ?>'>
|
||||
<div<?php print $content_attributes ?>>
|
||||
<?php print render($content) ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($links)): ?>
|
||||
<div class='<?php print $hook ?>-links clearfix'>
|
||||
<div class="<?php print $hook ?>-links clearfix">
|
||||
<?php print render($links) ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
@@ -1,11 +1,11 @@
|
||||
<?php if (!empty($pre_object)) print render($pre_object) ?>
|
||||
|
||||
<div class='<?php print $classes ?> clearfix' <?php print ($attributes) ?>>
|
||||
<div<?php print $attributes ?>>
|
||||
<?php if (!empty($title_prefix)) print render($title_prefix); ?>
|
||||
|
||||
<?php if (!empty($title)): ?>
|
||||
<h2 <?php if (!empty($title_attributes)) print $title_attributes ?>>
|
||||
<?php if (!empty($new)): ?><span class='new'><?php print $new ?></span><?php endif; ?>
|
||||
<?php if (!empty($new)): ?><span class="new"><?php print $new ?></span><?php endif; ?>
|
||||
<?php print $title ?>
|
||||
</h2>
|
||||
<?php endif; ?>
|
||||
@@ -13,15 +13,15 @@
|
||||
<?php if (!empty($title_suffix)) print render($title_suffix); ?>
|
||||
|
||||
<?php if (!empty($submitted)): ?>
|
||||
<div class='<?php print $hook ?>-submitted clearfix'><?php print $submitted ?></div>
|
||||
<div class="<?php print $hook ?>-submitted clearfix"><?php print $submitted ?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($content)): ?>
|
||||
<div <?php print $content_attributes; ?>><?php print render($content) ?></div>
|
||||
<div<?php print $content_attributes; ?>><?php print render($content) ?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($links)): ?>
|
||||
<div class='<?php print $hook ?>-links clearfix'><?php print render($links) ?></div>
|
||||
<div class="<?php print $hook ?>-links clearfix"><?php print render($links) ?></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
|
@@ -1,59 +1,59 @@
|
||||
<?php if ($page['help'] || ($show_messages && $messages)): ?>
|
||||
<div id='console'><div class='limiter clearfix'>
|
||||
<div id="console"><div class="limiter clearfix">
|
||||
<?php print render($page['help']); ?>
|
||||
<?php if ($show_messages && $messages): print $messages; endif; ?>
|
||||
</div></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($page['header']): ?>
|
||||
<div id='header'><div class='limiter clearfix'>
|
||||
<div id="header"><div class="limiter clearfix">
|
||||
<?php print render($page['header']); ?>
|
||||
</div></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id='branding'><div class='limiter clearfix'>
|
||||
<?php if ($site_name): ?><h1 class='site-name'><?php print $site_name ?></h1><?php endif; ?>
|
||||
<div id="branding"><div class="limiter clearfix">
|
||||
<?php if ($site_name): ?><h1 class="site-name"><?php print $site_name ?></h1><?php endif; ?>
|
||||
</div></div>
|
||||
|
||||
<div id='navigation'><div class='limiter clearfix'>
|
||||
<div id="navigation"><div class="limiter clearfix">
|
||||
<?php if (isset($main_menu)) : ?>
|
||||
<?php print theme('links', array('links' => $main_menu, 'attributes' => array('class' => 'links main-menu'))) ?>
|
||||
<?php print theme('links__system_main_menu', array('links' => $main_menu, 'attributes' => array('class' => 'links main-menu'), 'heading' => array('text' => t('Main menu'), 'level' => 'h2', 'class' => array('element-invisible')))) ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($secondary_menu)) : ?>
|
||||
<?php print theme('links', array('links' => $secondary_menu, 'attributes' => array('class' => 'links secondary-menu'))) ?>
|
||||
<?php print theme('links__system_secondary_menu', array('links' => $secondary_menu, 'attributes' => array('class' => 'links secondary-menu'), 'heading' => array('text' => t('Secondary menu'), 'level' => 'h2', 'class' => array('element-invisible')))) ?>
|
||||
<?php endif; ?>
|
||||
</div></div>
|
||||
|
||||
<?php if ($page['highlighted']): ?>
|
||||
<div id='highlighted'><div class='limiter clearfix'>
|
||||
<div id="highlighted"><div class="limiter clearfix">
|
||||
<?php print render($page['highlighted']); ?>
|
||||
</div></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id='page'><div class='limiter clearfix'>
|
||||
<div id="page"><div class="limiter clearfix">
|
||||
|
||||
<?php if ($page['sidebar_first']): ?>
|
||||
<div id='left' class='clearfix'><?php print render($page['sidebar_first']) ?></div>
|
||||
<div id="sidebar-first" class="clearfix"><?php print render($page['sidebar_first']) ?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id='main-content' class='clearfix'>
|
||||
<div id="main-content" class="clearfix">
|
||||
<?php if ($breadcrumb) print $breadcrumb; ?>
|
||||
<?php print render($title_prefix); ?>
|
||||
<?php if ($title): ?><h1 class='page-title'><?php print $title ?></h1><?php endif; ?>
|
||||
<?php if ($title): ?><h1 class="page-title"><?php print $title ?></h1><?php endif; ?>
|
||||
<?php print render($title_suffix); ?>
|
||||
<?php if ($primary_local_tasks): ?><ul class='links clearfix'><?php print render($primary_local_tasks) ?></ul><?php endif; ?>
|
||||
<?php if ($secondary_local_tasks): ?><ul class='links clearfix'><?php print render($secondary_local_tasks) ?></ul><?php endif; ?>
|
||||
<?php if ($action_links): ?><ul class='links clearfix'><?php print render($action_links); ?></ul><?php endif; ?>
|
||||
<div id='content' class='clearfix'><?php print render($page['content']) ?></div>
|
||||
<?php if ($primary_local_tasks): ?><ul class="links clearfix"><?php print render($primary_local_tasks) ?></ul><?php endif; ?>
|
||||
<?php if ($secondary_local_tasks): ?><ul class="links clearfix"><?php print render($secondary_local_tasks) ?></ul><?php endif; ?>
|
||||
<?php if ($action_links): ?><ul class="links clearfix"><?php print render($action_links); ?></ul><?php endif; ?>
|
||||
<div id="content" class="clearfix"><?php print render($page['content']) ?></div>
|
||||
</div>
|
||||
|
||||
<?php if ($page['sidebar_second']): ?>
|
||||
<div id='right' class='clearfix'><?php print render($page['sidebar_second']) ?></div>
|
||||
<div id="sidebar-second" class="clearfix"><?php print render($page['sidebar_second']) ?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
</div></div>
|
||||
|
||||
<div id="footer"><div class='limiter clearfix'>
|
||||
<div id="footer"><div class="limiter clearfix">
|
||||
<?php print $feed_icons ?>
|
||||
<?php print render($page['footer']) ?>
|
||||
</div></div>
|
||||
|
@@ -3,7 +3,7 @@ reset($rows);
|
||||
$gridsize = count($rows[0]);
|
||||
?>
|
||||
<?php if (!empty($title)) : ?>
|
||||
<h3 class='grid-title'><?php print $title; ?></h3>
|
||||
<h3 class="grid-title"><?php print $title; ?></h3>
|
||||
<?php endif; ?>
|
||||
<table class="views-view-grid grid-<?php print $gridsize ?>">
|
||||
<tbody>
|
||||
@@ -20,7 +20,7 @@ $gridsize = count($rows[0]);
|
||||
<tr class="<?php print $row_class; ?>">
|
||||
<?php foreach ($columns as $column_number => $item): ?>
|
||||
<td class="<?php print 'col-'. ($column_number + 1); ?>">
|
||||
<div class='grid-item'><?php print $item; ?></div>
|
||||
<div class="grid-item"><?php print $item; ?></div>
|
||||
</td>
|
||||
<?php endforeach; ?>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user