1
A module title should display in the main menu.
When clicked, a php page is display in the center-left block (it will take up both the center and the right, as well).
The php file contains a table where upon clicking a link in a row, user navigates to the detail php page of that row.
THe detail page should replace the first php page in the center-left block.
A link on the bottom of the detail page links to the table page, which I'd like to once again display in the center-left block when clicked.
Seems that no matter what I do, I get the table page to display in separate _blank page. Detail page is full screen also.
I've already formatted the table and the detail pages so that they easily fit inside the block space available(center-left <--> center-right).
Is this so difficult?
Deacon