diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-06-14 17:04:40 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-06-14 17:04:40 +0000 |
commit | f32392302efffd2a7a9901b38dcfa443454659fa (patch) | |
tree | bc80b3eb75773a054eef28d33c50264278384353 /mod/thewire/views/default | |
parent | d36e78607990ae96c6e6ee2f6d11ee8c50c601b0 (diff) | |
download | elgg-f32392302efffd2a7a9901b38dcfa443454659fa.tar.gz elgg-f32392302efffd2a7a9901b38dcfa443454659fa.tar.bz2 |
Call out to a url shortner if one is available, through the use of the input/urlshortner view.
git-svn-id: https://code.elgg.org/elgg/trunk@3331 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/views/default')
-rw-r--r-- | mod/thewire/views/default/thewire/forms/add.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/thewire/views/default/thewire/forms/add.php b/mod/thewire/views/default/thewire/forms/add.php index 11c2e97de..4b4ef7b9a 100644 --- a/mod/thewire/views/default/thewire/forms/add.php +++ b/mod/thewire/views/default/thewire/forms/add.php @@ -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 |