summaryrefslogtreecommitdiff
path: root/modules/rest/views
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rest/views')
-rw-r--r--modules/rest/views/user_profile_rest.html.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/rest/views/user_profile_rest.html.php b/modules/rest/views/user_profile_rest.html.php
new file mode 100644
index 00000000..3807817e
--- /dev/null
+++ b/modules/rest/views/user_profile_rest.html.php
@@ -0,0 +1,8 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<div id="g-rest-detail">
+<ul>
+ <li id="g-rest-key">
+ <p><b><?= t("Key") ?></b>:<?= $rest_key ?></p>
+ </li>
+</ul>
+</div>