| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- <?php if (!empty($pre_object)) print render($pre_object) ?>
 
- <div class='<?php print $classes ?> clearfix' <?php print ($attributes) ?>>
 
-   <?php if ($layout && (!empty($submitted) || !empty($links))): ?>
 
-     <div class='column-side'><div class='column-wrapper'>
 
-   <?php endif; ?>
 
-   <?php if (!empty($submitted)): ?>
 
-     <div class='<?php print $hook ?>-submitted clearfix'><?php print $submitted ?></div>
 
-   <?php endif; ?>
 
-   <?php if (!empty($links)): ?>
 
-     <div class='<?php print $hook ?>-links clearfix'>
 
-       <?php print render($links) ?>
 
-     </div>
 
-   <?php endif; ?>
 
-   <?php if ($layout && (!empty($submitted) || !empty($links))): ?>
 
-     </div></div>
 
-   <?php endif; ?>
 
-   <?php if ($layout): ?>
 
-     <div class='column-main'><div class='column-wrapper'>
 
-   <?php endif; ?>
 
-   <?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 print $title ?>
 
-     </h2>
 
-   <?php endif; ?>
 
-   <?php if (!empty($title_suffix)) print render($title_suffix); ?>
 
-   <?php if (!empty($content)): ?>
 
-     <div class='<?php print $hook ?>-content clearfix <?php if (!empty($is_prose)) print 'prose' ?>'>
 
-       <?php print render($content) ?>
 
-     </div>
 
-   <?php endif; ?>
 
-   <?php if ($layout): ?>
 
-     </div></div>
 
-   <?php endif; ?>
 
- </div>
 
- <?php if (!empty($post_object)) print render($post_object) ?>
 
 
  |