API15

API15:JApplication/getGlobalBlogSectionCount

From Joomla! Documentation

Description

Deprecated.


<! removed transcluded page call, red link never existed >

Syntax

getGlobalBlogSectionCount()


Defined in

libraries/joomla/application/application.php

Importing

jimport( 'joomla.application.application' );

Source Body

function getGlobalBlogSectionCount( )
{
        $menus = &JSite::getMenu();
        return count($menus->getItems('type', 'content_blog_section'));
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples