Skip to content

Instantly share code, notes, and snippets.

@flyskyko
Created May 17, 2014 00:23
Show Gist options
  • Save flyskyko/e88c4e1cb7b614d988ae to your computer and use it in GitHub Desktop.
Save flyskyko/e88c4e1cb7b614d988ae to your computer and use it in GitHub Desktop.
<include target="_head.html" />
<h2>{$oDocument->getTitle()}</h2>
<ul>
<li>{$oDocument->getRegdate('Y.m.d H:i')}</li>
<li>{$oDocument->getNickName()}</li>
<li>{$oDocument->get('readed_count')}</li>
</ul>
{$oDocument->getContent()}
<a href="{getUrl('document_srl', '')}">{$lang->cmd_list}</a>
Copy link

ghost commented May 17, 2014

파일 경로 : XE-ROOT/modules/myboard/skins/default/View.html

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