mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
변경전의 xe.less 파일도 rhymix.less와 함께 load 하여 호환정 유지
CSS 충돌 예)
bootstrap의 .btn
사용 예)
bootstrap 사용시엔 {Context::unloadBasicFiles('xe')}으로 unload 시키면 문제없음
12 lines
524 B
HTML
12 lines
524 B
HTML
<include target="./_header.html" />
|
|
<div class="content" id="content">
|
|
<div cond="Context::isBlacklistedPlugin($blacklisted_plugin_name = strtolower(preg_replace('/^disp([A-Z][a-z0-9_]+)[A-Z].+$/', '$1', $act)))" class="rhymix_message error" style="margin-top:15px">
|
|
<p>
|
|
<em class="x_label x_label-important">{$lang->msg_warning}</em> {$lang->msg_blacklisted_module}<br />
|
|
{$lang->get('admin.msg_blacklisted_reason.'.$blacklisted_plugin_name)}
|
|
</p>
|
|
</div>
|
|
{$content}
|
|
</div>
|
|
<include target="./_footer.html" />
|
|
|