joomla - Change name of component menu -


i'd change name of component menu item. took screenshot, place want different name component.

menu

to adding menu item custom component can follow link add custom component menu item. here link:

http://docs.joomla.org/j2.5:developing_a_mvc_component/adding_a_menu_type_to_the_site_part

in default.xml file

<?xml version="1.0" encoding="utf-8"?> <metadata>         <layout title="com_helloworld_helloworld_view_default_title"> <--the title defined in component language file shown here or can directly put name in title-->                 <message>                         <![cdata[com_helloworld_helloworld_view_default_desc]]>                 </message>         </layout> </metadata> 

hope you.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -