aboutsummaryrefslogtreecommitdiff
path: root/views/default/user/search/finishblurb.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-16 20:54:48 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-16 20:54:48 +0000
commita1abec1d617c9330d9c06bda2f462d213f013f53 (patch)
tree7e2d2d3007f4b2155a056fb43d3c428b65a96f34 /views/default/user/search/finishblurb.php
parent70b08afa64465f4d3457ba6e1c4cc2df1dd2069b (diff)
downloadelgg-a1abec1d617c9330d9c06bda2f462d213f013f53.tar.gz
elgg-a1abec1d617c9330d9c06bda2f462d213f013f53.tar.bz2
Finish up standardizing views/default/*
git-svn-id: http://code.elgg.org/elgg/trunk@3557 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/user/search/finishblurb.php')
-rw-r--r--views/default/user/search/finishblurb.php18
1 files changed, 10 insertions, 8 deletions
diff --git a/views/default/user/search/finishblurb.php b/views/default/user/search/finishblurb.php
index 2b44c3dfc..58c8655e8 100644
--- a/views/default/user/search/finishblurb.php
+++ b/views/default/user/search/finishblurb.php
@@ -1,15 +1,17 @@
<?php
+/**
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ */
- if ($vars['count'] > $vars['threshold']) {
+if ($vars['count'] > $vars['threshold']) {
?>
-<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/users/?tag=<?php echo urlencode($vars['tag']); ?>"><?php
-
- echo elgg_echo("user:search:finishblurb");
-
+<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/users/?tag=<?php echo urlencode($vars['tag']); ?>"><?php
+ echo elgg_echo("user:search:finishblurb");
?></a></div>
<?php
- }
-
-?> \ No newline at end of file
+} \ No newline at end of file