summaryrefslogtreecommitdiff
path: root/modules/rest/views/user_profile_rest.html.php
blob: 3807817e03ee6f07805f3a8eb3681a6a069e7642 (plain)
1
2
3
4
5
6
7
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>