joomla - Change name of component menu -
i'd change name of component menu item. took screenshot, place want different name component.
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
Post a Comment