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

This commit is contained in:
zero 2007-03-05 13:01:34 +00:00
parent de279750ba
commit b675f26ac4
10 changed files with 151 additions and 5 deletions

View file

@ -10,6 +10,14 @@
* rainbow.js는 http://www.dynamicdrive.com에서 제작하였으며 저작권을 가지고 있습니다.
**/
// admin 모듈의 경우 무조건 패스
/*
if(Context::get('module') == 'admin') {
$this->rainbow_link_is_called = true;
return;
}
*/
// 한번이라도 요청이 되었다면 패스
if($this->rainbow_link_is_called) return;
$this->rainbow_link_is_called = true;