mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
11 lines
224 B
PHP
11 lines
224 B
PHP
<?php
|
|
/**
|
|
* @class rainbow_link
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 링크 마우스 오버시 무지개색으로 보여줌
|
|
* @todo 미구현
|
|
**/
|
|
|
|
class rainbow_link extends Plugin {
|
|
}
|
|
?>
|