aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/urlshortener.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-06-14 20:09:18 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-06-14 20:09:18 +0000
commit19c8a6be26af62ee54db634ca1e1b1973faec38e (patch)
tree79734e79346ac1c13cabefcea5be4eb4d11e0535 /views/default/input/urlshortener.php
parentb38aa453b8a9a54e6eb30fa6527ec75f59d89b92 (diff)
downloadelgg-19c8a6be26af62ee54db634ca1e1b1973faec38e.tar.gz
elgg-19c8a6be26af62ee54db634ca1e1b1973faec38e.tar.bz2
URL shortener view.
git-svn-id: https://code.elgg.org/elgg/trunk@3334 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/input/urlshortener.php')
-rw-r--r--views/default/input/urlshortener.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/views/default/input/urlshortener.php b/views/default/input/urlshortener.php
new file mode 100644
index 000000000..ac39d689f
--- /dev/null
+++ b/views/default/input/urlshortener.php
@@ -0,0 +1,12 @@
+<?php
+ /**
+ * This view provides a hook for third parties to provide a URL shortener.
+ *
+ * @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-2009
+ * @link http://elgg.org/
+ */
+?> \ No newline at end of file