]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
URL shortener view.
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 14 Jun 2009 20:09:18 +0000 (20:09 +0000)
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 14 Jun 2009 20:09:18 +0000 (20:09 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3334 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/input/urlshortener.php [new file with mode: 0644]

diff --git a/views/default/input/urlshortener.php b/views/default/input/urlshortener.php
new file mode 100644 (file)
index 0000000..ac39d68
--- /dev/null
@@ -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