1
wahhut
How Do You Change Submenu Name.
  • 2004/12/24 2:38

  • wahhut

  • Just popping in

  • Posts: 33

  • Since: 2004/12/12


I'm using the news module and I want to change the submenu from "submit news" to "submit articles". How do I go about that?

2
sbkiller
Re: How Do You Change Submenu Name.
  • 2004/12/24 2:53

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


Open and edit this file:

modules/news/language/english/main.php

at line 14

le="color: #000000"><?php define("_NW_SUBMITNEWS","Submit News");


to

le="color: #000000"><?php define("_NW_SUBMITNEWS","Submit Articles");

3
wahhut
Re: How Do You Change Submenu Name.
  • 2004/12/24 3:11

  • wahhut

  • Just popping in

  • Posts: 33

  • Since: 2004/12/12


Thank you for the help.