/[drupal]/contributions/modules/views/theme/views-more.tpl.php
ViewVC logotype

Contents of /contributions/modules/views/theme/views-more.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Tue Jun 2 20:35:52 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-7, DRUPAL-6--2-6, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-7--3
Changes since 1.2: +2 -2 lines
File MIME type: text/x-php
#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