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