references:joomla.framework:application:japplication-getglobalblogsectioncountTable of Contents
getGlobalBlogSectionCount
Returns the number of items in the menu that are of type ‘global blog section’. The method is deprecated and provided for backwards compatibility with Joomla! 1.0. It is scheduled to be removed in future versions. Use JMenu-getItems instead. Syntaxvoid getGlobalBlogSectionCount () ExamplesExample global $mainframe; echo $mainframe->getGlobalBlogSectionCount(); will display the number of menu items that are of type ‘global blog section’. |


