]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Call out to a url shortner if one is available, through the use of the input/urlshort...
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 14 Jun 2009 17:04:40 +0000 (17:04 +0000)
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 14 Jun 2009 17:04:40 +0000 (17:04 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3331 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/thewire/views/default/thewire/forms/add.php

index 11c2e97ded8594e8b3789711438acd6c1c0bac54..4b4ef7b9ac83c3bb016b980ee7137ab0c64f2809 100644 (file)
@@ -39,4 +39,5 @@ function textCounter(field,cntfield,maxlimit) {
                        <input type="hidden" name="method" value="site" />
                        <input type="submit" value="<?php echo elgg_echo('save'); ?>" />
        </form>
-</div>
\ No newline at end of file
+</div>
+<?php echo elgg_view('input/urlshortener'); ?>
\ No newline at end of file