mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
9 lines
209 B
HTML
9 lines
209 B
HTML
<config autoescape="on" />
|
|
|
|
<include target="./_admin_common.html" />
|
|
<div class="x">
|
|
<div class="content" id="content">
|
|
{$content|noescape}
|
|
</div>
|
|
</div>
|
|
<script>opener.top.fullSetupWinLoaded();</script>
|