mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
24 lines
407 B
PHP
24 lines
407 B
PHP
<?php
|
|
if(!__ZBXE__) exit();
|
|
|
|
/**
|
|
* @file message.addon.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 쪽지기능을 사이트내에 연결
|
|
*
|
|
**/
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
* 2. 새로운 쪽지가 왔을 경우 팝업으로 띄움
|
|
* 조건 : called_position = 'before_display_content'
|
|
**/
|
|
} else if($called_position == 'before_display_content') {
|
|
|
|
|
|
|
|
}
|
|
?>
|