예제 #1
0
										<?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>
예제 #2
0
														<?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">