Toggle navigation
VaticanStamps
Member
Dashboard
Calendar
Stats
Users
Documentation
Dashboard
Update A VPS Documentation Record
Level1
Level2
Level3
Level4
Link Keyword
Title
Documentation
SYSTEM NAVIGATION
- The User navigation is basically controlled by a single set of coding that can be included on almost any screen. It is referred to as the "gold menu bar" throughout the user documentation and is found on the Member Page (and on a lot of ther screens). The include program is NAV1.PHP and is located in the VPS directory.
Almost all of the website screens have a home button (php include HOMEBTN.PHP) and a member button (php include MEMBERBTN.PHP), both are also found in the VPS directory. Clicking on one of these buttons will return the user to either the HOME PAGE or MEMBER PAGE.
Update
Back