mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1368 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dff6d15bd8
commit
83f1f44e7c
1 changed files with 2 additions and 2 deletions
|
|
@ -84,10 +84,10 @@
|
||||||
$buff = FileHandler::readFile($tpl_file);
|
$buff = FileHandler::readFile($tpl_file);
|
||||||
if(!$buff) return;
|
if(!$buff) return;
|
||||||
|
|
||||||
// include 변경 <!--#include($path, $filename)-->
|
// include 변경 <!--#include($filename)-->
|
||||||
$buff = preg_replace_callback('!<\!--#include\(([^\)]*?)\)-->!is', array($this, '_compileIncludeToCode'), $buff);
|
$buff = preg_replace_callback('!<\!--#include\(([^\)]*?)\)-->!is', array($this, '_compileIncludeToCode'), $buff);
|
||||||
|
|
||||||
// include 변경 <!--#include($path, $filename)-->
|
// include 변경 <!--#include($filename)-->
|
||||||
$buff = preg_replace_callback('!<\!--#include\(([^\)]*?)\)-->!is', array($this, '_compileIncludeToCode'), $buff);
|
$buff = preg_replace_callback('!<\!--#include\(([^\)]*?)\)-->!is', array($this, '_compileIncludeToCode'), $buff);
|
||||||
|
|
||||||
// 이미지 태그 img의 src의 값이 http:// 나 / 로 시작하지 않으면 제로보드의 root경로부터 시작하도록 변경
|
// 이미지 태그 img의 src의 값이 http:// 나 / 로 시작하지 않으면 제로보드의 root경로부터 시작하도록 변경
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue