00001 <?php
00028 ?>
00029 <div class="<?php print $classes; ?>">
00030 <?php if ($header): ?>
00031 <div class="view-header">
00032 <?php print $header; ?>
00033 </div>
00034 <?php endif; ?>
00035
00036 <?php if ($exposed): ?>
00037 <div class="view-filters">
00038 <?php print $exposed; ?>
00039 </div>
00040 <?php endif; ?>
00041
00042 <?php if ($attachment_before): ?>
00043 <div class="attachment attachment-before">
00044 <?php print $attachment_before; ?>
00045 </div>
00046 <?php endif; ?>
00047
00048 <?php if ($rows): ?>
00049 <div class="view-content">
00050 <?php print $rows; ?>
00051 </div>
00052 <?php elseif ($empty): ?>
00053 <div class="view-empty">
00054 <?php print $empty; ?>
00055 </div>
00056 <?php endif; ?>
00057
00058 <?php if ($pager): ?>
00059 <?php print $pager; ?>
00060 <?php endif; ?>
00061
00062 <?php if ($attachment_after): ?>
00063 <div class="attachment attachment-after">
00064 <?php print $attachment_after; ?>
00065 </div>
00066 <?php endif; ?>
00067
00068 <?php if ($more): ?>
00069 <?php print $more; ?>
00070 <?php endif; ?>
00071
00072 <?php if ($footer): ?>
00073 <div class="view-footer">
00074 <?php print $footer; ?>
00075 </div>
00076 <?php endif; ?>
00077
00078 <?php if ($feed_icon): ?>
00079 <div class="feed-icon">
00080 <?php print $feed_icon; ?>
00081 </div>
00082 <?php endif; ?>
00083
00084 </div> <?php ?>