Files
gallery3/modules/rest/views/user_profile_rest.html.php

11 lines
230 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-rest-detail">
2010-07-20 10:31:45 -07:00
<ul>
<li id="g-rest-key">
<p>
<?= t("<b>Key</b>: %key", array("key" => $rest_key)) ?>
</p>
</li>
</ul>
</div>