| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: calendar-month-row.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $ 3 /** 4 * @file 5 * Template to display a row 6 * 7 * - $inner: The rendered string of the row's contents. 8 */ 9 $attrs = ($class) ? 'class="' . $class . '"': ''; 10 $attrs .= ($iehint > 0) ? ' iehint="' . $iehint . '"' : ''; 11 ?> 12 <?php if ($attrs != ''):?> 13 <tr <?php print $attrs?>> 14 <?php else:?> 15 <tr> 16 <?php endif;?> 17 <?php print $inner ?> 18 </tr>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |