mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
9 lines
183 B
HTML
9 lines
183 B
HTML
<load target="css/mboard.css" />
|
|
|
|
<div class="bd">
|
|
<!--@if($oDocument->isExists())-->
|
|
<include target="read.html" />
|
|
<!--@else-->
|
|
<include target="_list.html" />
|
|
<!--@end-->
|
|
</div>
|