Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ul>
- <?php
- $skyscraper = $pages->find("template=skyscraper, year<1980, height>=250,
- sort=-year");
- foreach ($skyscraper as $w) {
- echo '<li><a href="'.$w->url.'">'.$w->title.'</a></li>';
- }
- ?>
- </ul>
Advertisement
Add Comment
Please, Sign In to add comment