====== getItemCount ======
{#JAPI Joomla.Framework Application JApplicationHelper::getItemCount #}
Count the items in the menu for a certain type.
===== Syntax =====
integer getItemCount ( **$type** )
| **$type** | string | is a string containing the type of menu item to count. |
===== Examples =====
echo JApplicationHelper::getItemCount( 'content_blog_section' );
might produce
2
----
~~DISCUSSION~~