Syd Phillips Posted March 17, 2007 Report Share Posted March 17, 2007 I'm trying to create a new page and have succeeded in copying a template and getting the look that matches the rest of my site. However, I can't make the "Home, Search, Print, Logout, Add Bookmark" horizontal menu render at the top. I don't want to hard-code it and I've tried everything to find what generates it and give up! I am decent with PHP, but have spent too much time failing to figure this out even though I'm sure it's simple. I have been going with an assumption that it is in an include or a function somewhere. Thanks much!Sydphi Quote Link to comment Share on other sites More sharing options...
Rush Posted March 17, 2007 Report Share Posted March 17, 2007 The function is:tng_coreicons();So if you echo echo tng_coreicons() it should display them.The function is defined in the genlib.php fileHTH,Rush Quote Link to comment Share on other sites More sharing options...
gleehan Posted March 17, 2007 Report Share Posted March 17, 2007 echo tng_coreicons();they're in genlib.php, so it must be included Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.