RE: Get Categorie Path from Categorie
BirdBrain <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <a05b94e818d00cf4182f89830e901450@osCommerce-Forums> |
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=153443#153443
----------------------------------------------------------------
The function is in the includes/functions/general.php file It isn't clearly labeled but the first 2 lines are:[code] function tep_get_path($current_category_id = '') {
global $cPath_array;[/code]