New module 'Views'
This commit is contained in:
parent
31c0889471
commit
740f7d7f30
353 changed files with 44217 additions and 0 deletions
16
sites/all/modules/views/theme/views-more.tpl.php
Normal file
16
sites/all/modules/views/theme/views-more.tpl.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @file views-more.tpl.php
|
||||
* Theme the more link
|
||||
*
|
||||
* - $more_url: the url for the more link
|
||||
*
|
||||
* @ingroup views_templates
|
||||
*/
|
||||
?>
|
||||
|
||||
<div class="more-link">
|
||||
<a href="<?php print $more_url ?>">
|
||||
<?php print $link_text; ?>
|
||||
</a>
|
||||
</div>
|
Reference in a new issue