| Commit | Line | Data |
|---|---|---|
| c31bfa13 EM |
1 | <?php |
| 2 | // $Id$ | |
| 3 | /** | |
| 4 | * @file views-more.tpl.php | |
| 5 | * Theme the more link | |
| 6 | * | |
| 7 | * - $more_url: the url for the more link | |
| 8 | * | |
| 9 | * @ingroup views_templates | |
| 10 | */ | |
| 11 | ?> | |
| 12 | ||
| 56e1581f EM |
13 | <div class="more-link"> |
| 14 | <a href="<?php print $more_url ?>"> | |
| af77cc64 | 15 | <?php print $link_text; ?> |
| 56e1581f EM |
16 | </a> |
| 17 | </div> |