//// // begin variables to change per page //// //page last modified by Scooter on 10-10-2009 //// $depth = 0; //this is the number of folders (depth of the page) $title = "Joint Protectors"; //this is the title of the page //// //end of variables to change per page //// //examples: // www.billiardshowroom.com/index.htm would have a depth of 0 // www.billiardshowroom.com/ would have a depth of 0 // www.billiardshowroom.com/5280/5280.htm would have a depth of 1 // www.billiardshowroom.com/supplies/CueRacks/cueRacks.htm would have a depth of 2 if ($depth == 1){$extension = "../";} elseif ($depth == 2){$extension = "../../";} elseif ($depth == 3){$extension = "../../../";} elseif ($depth == 0 or !$depth){$extension = "";} ; ?>