![]() |
The word "categories"
Where is it at in the code? I want to have it in all capital letters, but I can't find it. It's not in the language settings, I already looked.
|
It's there under languages.
lbl_categories ;) |
Ah. I got that one changed when I changed all the other ones, but it still isn't capitalized the way I want it to be.
Try it on your to see what it does, just to make sure it isn't something screwy on my end. |
Sometimes x-cart applies a filter to a label to make it all uppercase or capitalze a word. You'll need to search for all occurances of the label.
unix: find . -iname "*.tpl" | xargs grep "lbl_categories" from the skin1 directory will search all tpl files in that directory and below. |
Quote:
That is done via CSS |
Quote:
I thought this as done using the |upper tag rather then in the css see http://smarty.php.net/manual/en/language.modifier.upper.php |
Quote:
You are right, I had done this via CSS on one of my sites so it is a smarty thing. Sorry :oops: |
SO wait a sec. You are saying there is an easy way to make everything capital letters, besides going in anad changing each and every entry in the languages section?
|
|
All times are GMT -8. The time now is 08:32 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.