• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

theme/views-view.tpl.php

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

Generated on Sun Feb 26 2012 12:52:52 for Views by  doxygen 1.7.1