This topic is locked

Menu on left...

3/1/2007 5:40:22 AM
PHPRunner General questions
M
mmponline author

Is there a easy way to add the menu.php file to the left of all pages. This way it would be easy to navigate through the pages. In some way sort of like webpage buttons.
The Quick menu works fine but is a bit hided on top.
Thanks for replies.

Alexey admin 3/1/2007

Stephan,
Menu page is just a set of hyperlinks.

Play with header.php to put these links to all your pages.

Here is the sample code for header.php file:

<table>

<tr>

<td>

<a href="Table1_list.php">Table 1</a>
<a href="Table2_list.php">Table 1</a>

</td>

<td>

G
gdude66 3/4/2007

Stephan,

Menu page is just a set of hyperlinks.

Play with header.php to put these links to all your pages.

Here is the sample code for header.php file:



Is there a way to get this to deal with access restrictions where some users are able to view pages and others are not? So if a user didn't have access it would not appear?

C
charly1211 3/4/2007

it's easy - simply add a frameset to the mainpage so the left frame calls menu.php and the right frame the other pages