Server : Apache System : Linux copper.netcy.com 2.6.32-754.27.1.el6.centos.plus.x86_64 #1 SMP Thu Jan 30 13:54:25 UTC 2020 x86_64 User : montcaro ( 581) PHP Version : 7.4.28 Disable Function : NONE Directory : /home/montcaro/public_html/themes/garland/ |
<?php ?> <div class="<?php print $classes . ' ' . $zebra; ?>"<?php print $attributes; ?>> <div class="clearfix"> <span class="submitted"><?php print $submitted ?></span> <?php if ($new): ?> <span class="new"><?php print drupal_ucfirst($new) ?></span> <?php endif; ?> <?php print $picture ?> <?php print render($title_prefix); ?> <h3<?php print $title_attributes; ?>><?php print $title ?></h3> <?php print render($title_suffix); ?> <div class="content"<?php print $content_attributes; ?>> <?php hide($content['links']); print render($content); ?> <?php if ($signature): ?> <div class="clearfix"> <div>—</div> <?php print $signature ?> </div> <?php endif; ?> </div> </div> <?php print render($content['links']) ?> </div>