mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1348 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d3905b9a1
commit
dfb33e34c4
3 changed files with 3 additions and 9 deletions
|
|
@ -70,14 +70,7 @@
|
||||||
$this->_debugOutput();
|
$this->_debugOutput();
|
||||||
|
|
||||||
// 컨텐츠 출력
|
// 컨텐츠 출력
|
||||||
if(Context::getResponseMethod()!="XMLRPC") {
|
print trim($output);
|
||||||
ini_set('zlib.output_compression_level',3);
|
|
||||||
ob_start('ob_gzhandler');
|
|
||||||
print trim($output);
|
|
||||||
ob_end_flush();
|
|
||||||
} else {
|
|
||||||
print trim($output);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@foreach($blog_menu_list as $key => $val)-->
|
<!--@foreach($blog_menu_list as $key => $val)-->
|
||||||
<span <!--@if($act==$key)-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act',$key)}">{$val}</a>]</span>
|
<span <!--@if($act==$key)-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act',$key,'layout_srl',$module_srl)}">{$val}</a>]</span>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
// 목록의 loop를 돌면서 mid를 구하기 위한 module_srl값을 구함
|
// 목록의 loop를 돌면서 mid를 구하기 위한 module_srl값을 구함
|
||||||
$trackback_count = count($output->data);
|
$trackback_count = count($output->data);
|
||||||
if($trackback_count) {
|
if($trackback_count) {
|
||||||
|
$module_srl_list = array();
|
||||||
foreach($output->data as $key => $val) {
|
foreach($output->data as $key => $val) {
|
||||||
$module_srl = $val->module_srl;
|
$module_srl = $val->module_srl;
|
||||||
if(!in_array($module_srl, $module_srl_list)) $module_srl_list[] = $module_srl;
|
if(!in_array($module_srl, $module_srl_list)) $module_srl_list[] = $module_srl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue