Skip to content

Commit

Permalink
refs #1552
Browse files Browse the repository at this point in the history
  * 버그 수정
  • Loading branch information
inureyes committed Jan 12, 2011
1 parent c16db07 commit c6cc2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/common/owner/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
<!-- <script type="text/javascript" src="<?php echo $context->getProperty('service.path');?>/resources/script/jquery/jquery-ui-1.8.7.custom.min.js"></script>-->
<?php
}
if (file_exists(ROOT . "/skin/admin/".$context->getProperty('panel.skin')."/custom.js")) {
if (file_exists(ROOT . $context->getProperty('panel.skin')."/custom.js")) {
?>
<script type="text/javascript" src="<?php echo $context->getProperty('service.path').$context->getProperty('panel.skin');?>/custom.js" />
<?php
Expand Down

0 comments on commit c6cc2a1

Please sign in to comment.