aboutsummaryrefslogtreecommitdiff
path: root/views/default/output/url.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/output/url.php')
-rw-r--r--views/default/output/url.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/views/default/output/url.php b/views/default/output/url.php
index 98fb610a1..b710bf512 100644
--- a/views/default/output/url.php
+++ b/views/default/output/url.php
@@ -1,5 +1,20 @@
<?php
+ /**
+ * Elgg URL display
+ * Displays a URL as a link
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.org/
+ *
+ * @uses $vars['value'] The URL to display
+ *
+ */
+
$val = trim($vars['value']);
if (!empty($val)) {
if (substr_count($val, "http://") == 0) {