mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
기본 코드 내에서 제로보드라는 명칭을 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de8eb4cdd1
commit
f2e59ee019
28 changed files with 38 additions and 38 deletions
|
|
@ -22,7 +22,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
// 제로보드XE의 문서와 permant link를 레몬펜의 규약에 맞춰서 출력
|
||||
// XE의 문서와 permant link를 레몬펜의 규약에 맞춰서 출력
|
||||
if($GLOBALS['__lemonpen_is_called__'] && $called_position == 'before_display_content') {
|
||||
// 글 본문을 링크
|
||||
$output = preg_replace('/<div class="document_([0-9]+)_([0-9]+) xe_content">/is','<div class="document_$1_$2 xe_content hentry"><a href="'.getUrl('','document_srl',"$1").'" rel="bookmark" style="display:none;">'.getUrl('','document_srl',"$1").'</a>', $output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue