mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
13 lines
377 B
PHP
13 lines
377 B
PHP
<?php
|
|
if(!__ZBXE__) exit();
|
|
|
|
/**
|
|
* @file image_name.addon.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 사용자의 이름을 이미지로 바꾸거나 닉 아이콘을 추가하는 애드온
|
|
*
|
|
* 이 addOn은 화면을 출력하는 바로 앞 단계에서 요청이 올때 작동하도록 한다.
|
|
**/
|
|
|
|
debugPrint(Context::get('content'));
|
|
?>
|