mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
11 lines
230 B
PHP
11 lines
230 B
PHP
<?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>
|