projects
/
project/views.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Stripping CVS keywords
[project/views.git]
/
theme
/
views-more.tpl.php
1
<
?php
2
/**
3
* @file views-more.tpl.php
4
* Theme the more link
5
*
6
* - $more_url: the url for the more link
7
*
8
* @ingroup views_templates
9
*/
10
?
>
11
12
<
div
class
=
"more-link"
>
13
<
a href
=
"<?php print $more_url ?>"
>
14
<
?php
print
$link_text
;
?
>
15
</
a
>
16
</
div
>