diff options
author | Friendika <info@friendika.com> | 2011-09-25 01:59:14 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-25 01:59:14 -0700 |
commit | 4846d114a84b0c7da64501ea89a635d24e403a1d (patch) | |
tree | 565923c7932ef7fffa4e22482fce48ddb9f133e4 /addon/oembed/settings.tpl | |
parent | 6a9e22550d82595c4341290ca26e3afc5fe6300f (diff) | |
download | volse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.tar.gz volse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.tar.bz2 volse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.zip |
project fork
Diffstat (limited to 'addon/oembed/settings.tpl')
-rw-r--r-- | addon/oembed/settings.tpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/addon/oembed/settings.tpl b/addon/oembed/settings.tpl deleted file mode 100644 index 5a65ef8e5..000000000 --- a/addon/oembed/settings.tpl +++ /dev/null @@ -1,7 +0,0 @@ -<div class="settings-block"> - <h3 class="settings-heading">$title</h3> - {{ inc field_checkbox.tpl with $field=$useoembed }}{{ endinc }} - <div class="settings-submit-wrapper"> - <input type="submit" value="$submit" class="settings-submit" name="oembed-submit" /> - </div> -</div> |