diff --git a/apps/account_security.php b/apps/account_security.php new file mode 100644 index 0000000..4a7fba1 --- /dev/null +++ b/apps/account_security.php @@ -0,0 +1,14 @@ + [ + "manage account security" => "Manage account security", + "manage security description" => "Review security features or change your password." + ] +]); +$APPS["account_security"]["i18n"] = TRUE; +$APPS["account_security"]["title"] = "account security"; +$APPS["account_security"]["icon"] = "key"; +$content = "

" . lang("manage security description", false) . '

' . lang("manage account security", false) . ''; +$APPS["account_security"]["content"] = $content; +?> \ No newline at end of file diff --git a/pages.php b/pages.php index 83d911a..e0b16c7 100644 --- a/pages.php +++ b/pages.php @@ -18,7 +18,7 @@ define("APPS", [ "home" => [ "taskfloor_tasks", "taskfloor_messages", - "sample_app" + "account_security" ], "security" => [ "change_password",