first import
This commit is contained in:
19
sites/all/modules/views/theme/views-more.tpl.php
Normal file
19
sites/all/modules/views/theme/views-more.tpl.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Theme the more link.
|
||||
*
|
||||
* - $view: The view object.
|
||||
* - $more_url: the url for the more link.
|
||||
* - $link_text: the text 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 New Issue
Block a user