<?php $c = 0; while (next_news()) { $c++; ?> <li<?php if ($c > SHOW_ITEMS) { echo ' class="news_extrashow" style="display:none;"'; } ?> > <?php printNewsURL(); ?> <p style="text-indent:1em;"><?php echo exerpt($_zp_current_zenpage_news->getContent(), TRUNCATE_LENGTH); ?> </p> </li> <?php } ?> </ul> </div> <?php } if ($total > 0 && $numpages + $numnews > 0) { ?> <br /> <div id="efsearchhead_gallery"> <h3>
<?php $c = 0; while (next_news()) { $c++; ?> <li<?php if ($c > SHOW_ITEMS) { echo ' class="news_extrashow" style="display:none;"'; } ?> > <?php printNewsURL(); ?> <p style="text-indent:1em;"><?php echo exerpt($_zp_current_article->getContent(), TRUNCATE_LENGTH); ?> </p> </li> <?php } ?> </ul> </div> <?php } } if ($total > 0 && $numpages + $numnews > 0) { ?> <br /> <div id="garland_searchhead_gallery">