mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
Enhance the search module to view mobile page, and add a default skin, sutable for mobile environment.
14 lines
No EOL
376 B
HTML
14 lines
No EOL
376 B
HTML
<!--#include("header.html")-->
|
|
|
|
<section class="misolSearchSection">
|
|
<!--// 제목 또는 탭 영역 -->
|
|
<div class="misolTop">
|
|
<h1 class="subTitle"><span><i class="xi-info-triangle" title="{$lang->notify}"></i> {$lang->notify}</span></h1>
|
|
</div>
|
|
<span class="noResult">
|
|
{$lang->msg_no_keyword}
|
|
</span>
|
|
</section>
|
|
|
|
{@ $_misolSearch--; }
|
|
<!--#include("footer.html")--> |