Author Topic: I can't find code {thumbnails}  (Read 2895 times)

0 Members and 1 Guest are viewing this topic.

Offline Sun

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
I can't find code {thumbnails}
« on: October 08, 2009, 03:02:42 PM »
I have a problem: sometimes i can't find code which i want to change (i can't understand what i need to do step by step for finding code).
Today i trying to find code which called with this expression: {thumbnails} (catigories.html) .
Please, tell me where i can find this code.
If you can explain me how i can understand where to find code if it called like {....} than i will be very happy.
Thank you.
Tatyana.
I use 4images v.1.7.6
You can answer me in English and Russian languages.
Sorry, my English is not very good.

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: I can't find code {thumbnails}
« Reply #1 on: October 08, 2009, 03:52:48 PM »
That template tag is built in your categories.php as
$thumbnails

and then is registered as a template tag here
$site_template->register_vars("thumbnails"$thumbnails);