| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 ?> 3 <div class="dashboard-block"> 4 <h3 class="dashboard-title"><?php print $block['title']; ?></h3> 5 <div class="dashboard-content <?php print $block['class']; ?>"> 6 <?php print $block['content']; ?> 7 <?php if (!empty($block['link'])): ?> 8 <div class="links"> 9 <?php print $block['link']; ?> 10 </div> 11 <?php endif; ?> 12 </div> 13 </div>
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 |