summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-05-09 17:03:55 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-05-09 17:03:55 -0400
commitc29f6774ca657d8e8658fe8acb8365882dad710a (patch)
tree7a0271aed02ac337012bb1dce7f7259c3ec182db /templates
parent2ad605cb3a80546695b7d9cac3306a045f0bbae6 (diff)
cleaned repo from backup files
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.php~10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/settings.php~ b/templates/settings.php~
deleted file mode 100644
index df1bdf707..000000000
--- a/templates/settings.php~
+++ /dev/null
@@ -1,10 +0,0 @@
-<form id="apptemplate">
- <fieldset class="personalblock">
- <strong>App Template</strong><br />
- <input type="text" name="somesetting" id="somesetting" value="<?php echo $_['url']; ?>" placeholder="<?php echo $l->t('Some Setting');?>" />
- <br />
-
-
-<span class="msg"></span>
- </fieldset>
-</form>