first
This commit is contained in:
22
modules/admin/var/email.footer.txt
Normal file
22
modules/admin/var/email.footer.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size:12px;line-height:18px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'돋움',Dotum;letter-spacing:-1px;color:#767676;padding-left: 20px;;padding-top: 15px;text-align: center;">
|
||||
<p>본 메일은 발신전용 입니다.<br>
|
||||
<small>Copyright <a href="" target="_blank" >{SITE}</a> All Rights Reserved.</small> </p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="50"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
18
modules/admin/var/email.header.txt
Normal file
18
modules/admin/var/email.header.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" align="center" style="width:100%;background:#efeff0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<div style="max-width:600px;margin:0 auto">
|
||||
<table cellpadding="0" cellspacing="0" style="width:100%;margin:0 auto;background-color:#efeff0;text-align:left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding:30px;background:#4A5960;font-size: 23px;line-height: 22px;font-family: Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing: -1px;color: #fff;">
|
||||
{SITE}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table cellpadding="0" cellspacing="0" style="width:100%;margin:0 auto;background-color:#fff;text-align:left;color:#2c2e37;padding:30px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding:30px;">
|
||||
11
modules/admin/var/var.moduleinfo.php
Normal file
11
modules/admin/var/var.moduleinfo.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/*
|
||||
각각의 링크를 제공하려면 다음과 같은 형식으로 지정해 주세요.
|
||||
이 링크는 관리자모드 모듈정보 링크에 사용됩니다.
|
||||
*/
|
||||
$d['moduleinfo']['market'] = 'http://www.kimsq.co.kr/market'; // 마켓
|
||||
$d['moduleinfo']['github'] = 'https://github.com/kimsQ/rb'; // 저장소
|
||||
$d['moduleinfo']['issue'] = 'https://github.com/kimsQ/rb/issues'; // 이슈접수
|
||||
$d['moduleinfo']['website'] = 'http://www.kimsq.co.kr/'; // 웹사이트
|
||||
$d['moduleinfo']['help'] = 'http://docs.kimsq.com/rb2/docs/c/Users/modules/system'; // 도움말
|
||||
?>
|
||||
26
modules/admin/var/var.system.php
Normal file
26
modules/admin/var/var.system.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
$d['admin']['themepc'] = "kimsq-white";
|
||||
$d['admin']['pannellink'] = "kimsq-light.css";
|
||||
$d['admin']['cache_flag'] = "totime";
|
||||
$d['admin']['mailer'] = "";
|
||||
$d['admin']['http_port'] = "";
|
||||
$d['admin']['secu_tags'] = "img[src|alt|title|width|height|style],
|
||||
figure[class], figcaption,
|
||||
oembed[url],
|
||||
video[src|type|width|height|poster|preload|controls], source[src|type],
|
||||
a[href|target],
|
||||
iframe[width|height|src|frameborder|allowfullscreen],
|
||||
strong, b, i, u, s, mark, code, em, br, font,
|
||||
h1[style], h2[style], h3[style], h4[style], h5[style], h6[style],
|
||||
p[style], div[style], center, address[style],
|
||||
span[style], pre[style],
|
||||
ul, ol, li,
|
||||
table[width|height|border|style], th[width|height|border|style],
|
||||
tr[width|height|border|style], td[width|height|border|style],
|
||||
hr,
|
||||
blockquote";
|
||||
$d['admin']['secu_flash'] = "";
|
||||
$d['admin']['secu_domain'] = "youtube.com,vimeo.com,";
|
||||
$d['admin']['secu_param'] = ";a=,&a=,?a=,m=admin,system=,";
|
||||
$d['admin']['smtp_ssl'] = "";
|
||||
$d['admin']['uninstall'] = "";
|
||||
3
modules/admin/var/var.version.php
Normal file
3
modules/admin/var/var.version.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$d['admin']['version'] = "2.4.5.39";
|
||||
?>
|
||||
Reference in New Issue
Block a user