-
-
This commit is contained in:
parent
374bacd645
commit
e0f2e55c03
2 changed files with 3 additions and 1 deletions
|
|
@ -7,3 +7,5 @@
|
|||
자세한 설치 방법은 https://github.com/tateck-develop/AvocadoEdition/wiki 이곳을 참고해 주시길 바랍니다.
|
||||
|
||||
-----------------------------
|
||||
|
||||
2022.04.24 : enter.php 파일 44번 라인 css 연결 경로 수정
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
<link media="all" type="text/css" rel="stylesheet" href="<?=G5_CSS_URL?>/enter.css">
|
||||
<?
|
||||
if(!$config['cf_7']) {
|
||||
echo '<link rel="stylesheet" href="'.G5_CSS_URL.'/_design.config.css" type="text/css" />';
|
||||
echo '<link rel="stylesheet" href="'.G5_DATA_URL.'/css/_design.config.css" type="text/css" />';
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue