View Single Post
  #8  
Old 07-09-2010, 02:43 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Locating Parent Files in Firebug?

Quote:
Originally Posted by SID357
fabulous.

admin/languages from where dude? If it's in the x-cart admin language then all it is, is select languages *german* *english* bla bla bla, so on and so forth.

If it's FTP admin/languages.php then it contains nothing regarding to "categories" or anything else in the #left-bar, #right-bar or anywhere else in the file.

It has to be somewhere right?

<h3>Categories<h3> I mean, this line has to be in, some file, somewhere, right?

<filename>?

The line is in menu_dialog.tpl file but it doesn't say
<h3>Categories</h3>
it says
<h3>{$title}</h3>
$title is passed from the file calling menu_dialog.tpl (in this case categories.tpl). That way menu_dialog.tpl can be used with may files passing different $title. Like amy2203 said if you need to change the h3 tag edit menu_dialog.tpl, ifyou want to change Categories to something else edit the language variable. Use admin/languages in admin, choose your language, page will refresh with search field so you can search and then edit
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote