Show
Ignore:
Timestamp:
03/26/08 17:03:25 (10 months ago)
Author:
inureyes
Message:

#896

  • fx effect를 위한 루틴 추가
  • 그러나 몇가지 이유로 켜놓지는 않습니다.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/piece/owner/footer.php

    r5630 r5649  
    101101        //]]> 
    102102    </script> 
     103<?php 
     104if($service['effect'] == true) { 
     105?> 
     106    <script type="text/javascript" src="<?php echo $service['path'];?>/script/owner.fx.js"></script> 
     107<?php 
     108} 
     109?> 
    103110</body> 
    104111</html>