Parent Directory
|
Revision Log
|
Revision Graph
#353403 by agentrickard: Field to provide "more" text.
| 1 | <?php |
| 2 | // $Id: views-more.tpl.php,v 1.2 2008/04/11 08:46:26 merlinofchaos Exp $ |
| 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 | |
| 13 | <div class="more-link"> |
| 14 | <a href="<?php print $more_url ?>"> |
| 15 | <?php print $link_text; ?> |
| 16 | </a> |
| 17 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |