mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1457 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b005495308
commit
194927d64e
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
* 2 : 1 + DB 쿼리
|
||||
* 3 : 모든 로그
|
||||
**/
|
||||
define('__DEBUG__', 0);
|
||||
define('__DEBUG__', 2);
|
||||
|
||||
/**
|
||||
* @brief 간단하게 사용하기 위한 함수 정의한 파일 require
|
||||
|
|
|
|||
|
|
@ -250,6 +250,6 @@ function blogSelectNode(node_srl) {
|
|||
var node = blog_node_info_list[node_srl];
|
||||
if(!node) return;
|
||||
|
||||
var url = location.href.setQuery('category',node_srl);
|
||||
var url = location.href.setQuery('category',node_srl).setQuery('page','').setQuery('search_target','').setQuery('search_keyword','');
|
||||
location.href = url;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<div class="archive_box">
|
||||
<!--@foreach($plugin_info->archive_list as $val)-->
|
||||
<div class="archive">
|
||||
<a href="{getUrl('mid',$mid,'search_target','regdate','search_keyword',$val->month)}">{zdate($val->month,'Y. m')} ({$val->count})</a>
|
||||
<a href="{getUrl('mid',$mid,'search_target','regdate','search_keyword',$val->month,'category','','page','')}">{zdate($val->month,'Y. m')} ({$val->count})</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue