*/
return true;
});
},
commonLayerTemplate: function() {
return news.Util.getTemplateRenderer(function() {/*!@preserve
*/
return true;
});
},
nclk_add: 'hom.take',
nclk_remove: 'hom.cancel',
nclk_info: 'hom.info',
onAddChannelSuccess: incrementFollowerCount,
onRemoveChannelSuccess: decrementFollowerCount,
needNotificationButton: true,
needNotificationConfirm: true
});
/* 채널구독버튼 */
/* 공유하기 */
if (!isLiveViewer && !isLiveUrl) {
initShare();
}
/* 공유하기 */
/* 뒤로버튼 */
var historyBackButton = new PressHomeMainManager.HistoryBackButton('._press_header ._back_btn');
/* 뒤로버튼 */
/* 언론사리스트 */
if (!isLiveViewer && !isLiveUrl) {
var pressListPopup = initPressList();
}
/* 언론사리스트 */
return {
channelFollowerCount: channelFollowerCount,
historyBackButton: historyBackButton,
channelSubscribeButton: channelSubscribeButton,
pressListPopup: pressListPopup
}
}