mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
12 lines
327 B
HTML
12 lines
327 B
HTML
<!--#include("./header.html")-->
|
|
|
|
<form action="./" method="post" onsubmit="return procFilter(this, insert_grant)">
|
|
<input type="hidden" name="page" value="{$page}" />
|
|
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
|
|
|
<!-- 설명 -->
|
|
<div>
|
|
{$lang->about_layout_setup}
|
|
</div>
|
|
|
|
</form>
|