git-svn-id: http://xe-core.googlecode.com/svn/trunk@255 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-05 12:10:38 +00:00
parent 174cda417c
commit de279750ba

View file

@ -10,8 +10,9 @@
* rainbow.js는 http://www.dynamicdrive.com에서 제작하였으며 저작권을 가지고 있습니다.
**/
// point가 before일때만 실행
if($this->point != 'before') return;
// 한번이라도 요청이 되었다면 패스
if($this->rainbow_link_is_called) return;
$this->rainbow_link_is_called = true;
// 현재 애드온의 위치를 구함
$oAddOnModel = &getModel('addon');