mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@548 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a4f427a228
commit
4a46e67a18
7 changed files with 218 additions and 226 deletions
|
|
@ -44,10 +44,6 @@
|
|||
|
||||
Context::set("tpl_path", $tpl_path);
|
||||
|
||||
// 이모티콘을 모두 가져옴
|
||||
$image_link_list = FileHandler::readDir($tpl_path.'/images');
|
||||
Context::set('image_link_list', $image_link_list);
|
||||
|
||||
require_once("./classes/template/TemplateHandler.class.php");
|
||||
$oTemplate = new TemplateHandler();
|
||||
return $oTemplate->compile($tpl_path, $tpl_file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue