장수 빙의 코드 변경

This commit is contained in:
2018-05-05 21:20:15 +09:00
parent 5974028c4d
commit 3c1c339498
9 changed files with 226 additions and 376 deletions
+10
View File
@@ -118,4 +118,14 @@ var TemplateEngine = function (html, options) {
try { result = new Function('obj', code).apply(options, [options]); }
catch (err) { console.error("'" + err.message + "'", " in \n\nCode:\n", code, "\n"); }
return result;
}
function getIconPath(imgsvr, picture){
// ../d_shared/common_path.js 필요
if(!imgsvr){
return pathConfig.sharedIcon+'/'+picture;
}
else{
return pathConfig.root+'/d_pic/'+picture;
}
}