| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <div id='admin-toolbar' class='clear-block'> 2 <?php if (!empty($tree_0)): ?> 3 <div class='depth-0 clear-block'> 4 <?php foreach ($tree_0 as $links): ?> 5 <?php print $links; ?> 6 <?php endforeach; ?> 7 </div> 8 <?php endif; ?> 9 10 <?php if (!empty($tree_1)): ?> 11 <div class='depth-1 clear-block <?php if ($collapsed) print 'collapsed' ?>'> 12 <span class='close'><?php print t('Close') ?></span> 13 <?php foreach ($tree_1 as $links): ?> 14 <?php print $links; ?> 15 <?php endforeach; ?> 16 </div> 17 <?php endif; ?> 18 19 <div class='shadow'></div> 20 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |