/ Published in: PHP
Display first article one way and following ones a different way
Expand |
Embed | Plain Text
<?php if ($count == 0): ?> <div class="view-field view-data-created"> <h3>First Article</h3> </div> <div class="view-field view-data-body"> </div> <?php else: ?> <div class="view-field view-data-created"> </div> <div class="view-field view-data-body"> </div> <?php endif; ?>
You need to login to post a comment.
