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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -