Forum
Subscribe


account_menu.php

This is one of the 'special' php pages designed to be 'included' inside other pages. This is done using the code:

<? include("account_menu.php");?>

The page is designed to include a standard set of links to the common pages available to members, but not to non-member visitors. You can decide which links to include based on which options you offer your members.