Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
16
modules/views/theme/views-more.tpl.php
Normal file
16
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