Created
August 25, 2018 17:45
-
-
Save ddarkr/07255aee87f354d1ef3d16110d24ae08 to your computer and use it in GitHub Desktop.
James Skin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* James: Wiki Engine | |
* 양식에 맞게 스킨 정보를 수정하십시오. | |
* 해당 파일이 없을 경우 스킨이 인식되지 않습니다. | |
*/ | |
// 스킨 버전 | |
$skinVer = '1.0'; | |
// 스킨 주소 (Git Repository or 배포 주소) | |
$skinUrl = ''; | |
// 스킨 개발자 (제작자) | |
$skinDeveloper = ''; | |
$skinDeveloperUrl = ''; // 개발자 링크 // 해당 변수는 $skinDeveloper 값이 없으면 사용되지 않습니다. | |
// 스킨 라이선스 | |
$skinLicense = ''; | |
$skinLicenseUrl = ''; // 해당 변수는 $skinLicense 값이 없으면 사용되지 않습니다. | |
$skinCSS = array( | |
'https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css' // 수정해서 사용 | |
); | |
$skinJS = array( | |
'core.js' // 수정해서 사용 | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment