Author Topic: {lang_categories}?  (Read 4024 times)

0 Members and 1 Guest are viewing this topic.

Offline nicky9

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
{lang_categories}?
« on: May 06, 2008, 04:02:40 PM »
I'm trying to change the text "categories" to another text. How do I do that?

I guess I find it in a { } or something similair? How do I find some of these "includes" ? For example {lang_categories}? Can't find it. It's a .html file (or perhaps a .php file?) from what I understand? Or is it a constant?

Offline † manurom

  • Full Member
  • ***
  • Posts: 227
    • View Profile
    • manurom's 4images templates
Re: {lang_categories}?
« Reply #1 on: May 06, 2008, 04:30:33 PM »
Hello;
you will find it in the lang/your_language/main.php file.

In english, for instance, you will have to change that line:
Code: [Select]
$lang['categories'] = "Categories";
and others like $lang_sub_categories... etc