diff options
Diffstat (limited to 'mod/thewire')
-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 |