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

theme/views-ui-display-tab-bucket.tpl.php

Go to the documentation of this file.
00001 <?php
00002 
00007 ?>
00008 <div class="<?php print $classes; ?>" <?php print $attributes; ?>>
00009   <?php print $item_help_icon; ?>
00010   <?php if(!empty($actions)) : ?>
00011     <?php print $actions; ?>
00012   <?php endif; ?>
00013   <?php if (!empty($title)) : ?>
00014     <h3><?php print $title; ?></h3>
00015   <?php endif; ?>
00016   <?php print $content; ?>
00017 </div>

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