Apache web server tutorial - Chapter 9: Intranet Contact Manager 311 Variable Purpose
Chapter 9: Intranet Contact Manager 311 Variable Purpose $DEFAULT_THEME The default theme index in the $THEME_TEMPLATE array. $USER_DEFAULTS A user s theme and auto tip default settings. $TIP_SCRIPT The name of the tip script. $TIP_URL The Web-relative path for the tip files. $MAX_AVAILABLE_TIP The maximum number of tips from which to display the tip. $THEME_TEMPLATE[x] The list of theme templates $PRINT_TEMPLATE[x] The list of print templates associated with the theme templates. The directory structure used in the contact.conf file (in the ch09 directory on the CD-ROM) may need to be tailored to your own system s requirements. Here is how the current directory structure looks: +—htdocs ($ROOT_PATH == %DocumentRoot%) | +—home (base intranet application discussed in chapter 7) | | | +–templates | | | +—themes (theme templates used by all intranet apps) | +—photos (user photos used by all intranet apps) | +—contact_mngr (Intranet Contact Manager Application) | +—apps (contact manager apps and configuration files) | +—class (contact manager apps and configuration) | +—templates (contact manager HTML templates) | +—themes (symbolic link to home/templates/themes)