[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/admin/toolbar/ -> admin-toolbar.tpl.php (source)

   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>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7