summaryrefslogtreecommitdiff
path: root/modules/rest/views/user_profile_rest.html.php
blob: e81f3d0b4bd971c9ed140f254c7e266a66985656 (plain)
1
2
3
4
5
6
7
8
9
10
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-rest-detail">
  <ul>
    <li id="g-rest-key">
      <p>
        <?= t("<b>Key</b>: %key", array("key" => $rest_key)) ?>
      </p>
    </li>
  </ul>
</div>