ok, using the same template, I want to display breadcrumbs only on pages of a section, section 6. Topics or general sections:
1. About 2. Contact, 3. Services, 4. Products 5. Anything else, and 6. Articles of Interest
Into the section 6:
6. Articles of Interest (father)
6.1 Blah
6.1.1
6.1.2
6.2
6.2.1 ...
I'm looking for how to make the visit eg 6.1.1, known to belong to the parent 6 and if so show breadcrumbs
Well, using {php} attempt to pass a variable smarty-> $ position, which in this case is 6.x for all the items inside, using strstr () for the first '.', So:
6 [.] 1.1 for example, etc, then know that belong to 6
Sorry for the doubt. But I think this example can serve other applications, but I do not know how to get the father