This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/views/theme/views-more.tpl.php

16 lines
252 B
PHP

<?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>