Hi Guys,
The file _sub_header.html has a line _top_menu.... Please help where it refers and i need its raw php code... how can i get from which folder...
Hi Guys, The file _sub_header.html has a line _top_menu.... Please help where it refers and i need its raw php code... how can i get from which folder... |
Have a look at /inc/classes/BxDolTemplate.php There you will see some of the template keys that Dolphin uses, and the function that template keys such as __top_menu__ are replaced with. case 'top_menu': $sRet = $GLOBALS['oTopMenu'] -> getCode(); break;
Another file you should study, is: /templates/base/scripts/BxBaseMenu.php The top menu for the Uni template is essentially generated by this file.
Have fun. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thank you so much for a pleasant reply.... |