references:joomla.framework:application:jpathway-additemaddItem
Create and add an item to the pathway. The new item is appended to the end of the pathway. Links do not appear on the last item in the pathway as it is assumed that this points to the current page. Syntaxboolean addItem ( $name, $link )
ExamplesExample global $mainframe; $pathway =& $mainframe->getPathWay(); $pathway->addItem( 'testing', 'http://www.joomla.org' ); which will add the item testing to the pathway. |


