diff options
author | Friendika <info@friendika.com> | 2011-07-06 14:19:16 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-06 14:19:16 -0700 |
commit | e315b2defbda529acc73eff402582b8a97b5dace (patch) | |
tree | ffb71bb97b81a5a1650d0904d31505665f3ebac0 /view/settings_addons.tpl | |
parent | e3e27458f85393d8c2a53a3b19d63d1689b6f874 (diff) | |
parent | 5526afcf76c261ac8f276ffc4121861d6e175d70 (diff) | |
download | volse-hubzilla-e315b2defbda529acc73eff402582b8a97b5dace.tar.gz volse-hubzilla-e315b2defbda529acc73eff402582b8a97b5dace.tar.bz2 volse-hubzilla-e315b2defbda529acc73eff402582b8a97b5dace.zip |
Merge pull request #137 from fabrixxm/master
Add missing files from previus checkin
Diffstat (limited to 'view/settings_addons.tpl')
-rw-r--r-- | view/settings_addons.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/settings_addons.tpl b/view/settings_addons.tpl new file mode 100644 index 000000000..8fe0b5194 --- /dev/null +++ b/view/settings_addons.tpl @@ -0,0 +1,11 @@ +$tabs + +<h1>$title</h1> + + +<form action="settings/addon" method="post" > + +$settings_addons + +</form> + |