Skip to content

Instantly share code, notes, and snippets.

@flyskyko
Created May 16, 2014 12:01
Show Gist options
  • Save flyskyko/0b767c6740af5a680b6c to your computer and use it in GitHub Desktop.
Save flyskyko/0b767c6740af5a680b6c to your computer and use it in GitHub Desktop.
<form class="x_form-vertical" action="./" method="post">
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
<input type="hidden" name="act" value="procMyboardAdminUpdateSimpleSetup" />
<div class="x_control-group">
<label class="x_control-label" for="title">{$lang->myboard_title}</label>
<div class="x_controls">
<input type="text" name="title" id="title" class="lang_code" value="{$config->title}" />
<p class="x_help-block">{$lang->about_myboard_title}</p>
</div>
</div>
</form>
Copy link

ghost commented May 16, 2014

파일 경로 : XE-ROOT/modules/myboard/tpl/simple_setup.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment