本文整理汇总了PHP中JApplication::getGlobalBlogSectionCount方法的典型用法代码示例。如果您正苦于以下问题:PHP JApplication::getGlobalBlogSectionCount方法的具体用法?PHP JApplication::getGlobalBlogSectionCount怎么用?PHP JApplication::getGlobalBlogSectionCount使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类JApplication
的用法示例。
在下文中一共展示了JApplication::getGlobalBlogSectionCount方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: elseif
}
$db->setQuery($query, 0, $count);
$rows = $db->loadObjectList();
if (empty($rows)) {
if ($params->get('related') == 0 && $params->get('flexirelated') == 0) {
if ($params->get('uselangfile') == 1) {
echo JText::_('F_NOTHINGTOSHOW');
} else {
echo $nothingtoshow;
}
}
} else {
//Reduce queries used by getItemid for Content Items
$bs = JApplication::getBlogSectionCount();
$bc = JApplication::getBlogCategoryCount();
$gbs = JApplication::getGlobalBlogSectionCount();
//FLEXIcontent Watermark
if ($flexiwatermark == 0) {
$flexipath = 'components/com_flexicontent/uploads/';
} elseif ($flexiwatermark == 1) {
$flexipath = 'images/stories/flexicontent/s_';
} elseif ($flexiwatermark == 2) {
$flexipath = 'images/stories/flexicontent/m_';
} elseif ($flexiwatermark == 3) {
$flexipath = 'images/stories/flexicontent/l_';
} elseif ($flexiwatermark == 4) {
$flexipath = $params->get('FLEXIcustom');
}
//Profile Link preparation
if ($profilesystem != 0) {
if ($profilesystem == 1) {