Remove top navigation feature

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
celesti0n
User
Posts: 18

Remove top navigation feature

Post by celesti0n »

On my PHP pages there is a bar at the top which displays (Home / [tablename]) etc. etc. I've searched everywhere and can't find how to edit this without having to edit the template. Is there some place in the server list commands that I can edit to remove this bar? I removed the footer etc. using eWfooter's hide -- is there something similar for this bar?


mobhar
User
Posts: 11761

Post by mobhar »

Simply put the following code into "Startup Script" under "Client Scripts":

$('.breadcrumb').hide();


celesti0n
User
Posts: 18

Post by celesti0n »

mobhar you are a lifesaver!! thank you.


Post Reply