diff --git a/tmpl/main.php b/templates/main.php
similarity index 63%
rename from tmpl/main.php
rename to templates/main.php
index 1bd8f4a..fc1e9f5 100755
--- a/tmpl/main.php
+++ b/templates/main.php
@@ -23,7 +23,7 @@ $url = CognitoAPI::$formsBase;
if ($_GET['page'] == 'CognitoCreateForm') {
$url = $url . 'forms/new';
} elseif ($_GET['page'] == "CognitoTemplates") {
- $url = $url . 'forms/templates';
+ $url = $url . 'templates';
} else {
$url = $url . 'forms';
}
@@ -32,10 +32,16 @@ if ($_GET['page'] == 'CognitoCreateForm') {
diff --git a/tmpl/options.php b/templates/options.php
similarity index 100%
rename from tmpl/options.php
rename to templates/options.php