|
@@ 288-296 (lines=9) @@
|
| 285 |
|
$channel_info->site_url = getFullSiteUrl($this->uri_scheme . $this->site_url, ''); |
| 286 |
|
$channel_info->alternative_href = $this->getChannelAlternativeHref($module_info->module_srl); |
| 287 |
|
$channel_info->summary = $module_info->description; |
| 288 |
|
if($module_info->module == "textyle") |
| 289 |
|
{ |
| 290 |
|
$channel_info->type = "blog"; |
| 291 |
|
$channel_info->rss_href = getFullSiteUrl($module_info->domain, '', 'mid', $module_info->mid, 'act', 'rss'); |
| 292 |
|
} |
| 293 |
|
else |
| 294 |
|
{ |
| 295 |
|
$channel_info->type = "web"; |
| 296 |
|
} |
| 297 |
|
$except_module_srls = $this->getExceptModuleSrls(); |
| 298 |
|
if($except_module_srls) |
| 299 |
|
{ |
|
@@ 391-399 (lines=9) @@
|
| 388 |
|
$obj->self_href = $this->getSelfHref($obj->id, 'channel'); |
| 389 |
|
$obj->alternative_href = $this->getChannelAlternativeHref($module_info); |
| 390 |
|
$obj->summary = $module_info->description; |
| 391 |
|
if($module_info->module == "textyle") |
| 392 |
|
{ |
| 393 |
|
$obj->type = "blog"; |
| 394 |
|
$obj->rss_href = getFullSiteUrl($module_info->domain, '', 'mid', $module_info->mid, 'act', 'rss'); |
| 395 |
|
} |
| 396 |
|
else |
| 397 |
|
{ |
| 398 |
|
$obj->type = "web"; |
| 399 |
|
} |
| 400 |
|
|
| 401 |
|
$list[] = $obj; |
| 402 |
|
} |