"; // The HTML footer to add to all content files. $CONTENT_FOOTER = "


Edit this document | View document history"; // The HTML header to add to all index files (index files maintain the list // of files for each language). TODO: implement dynamic titles using // variables like the other headers and footers. $INDEX_FILE_HEADER = "x"; // The HTML footer to add to all index files. $INDEX_FILE_FOOTER = ""; // The HTML header to add to the master index file. The master index file // is the page that shows all the registered languages. $MASTER_INDEX_FILE_HEADER = "x"; // The HTML footer to add to the master index file. Notice the hard-coded // file paths... that needs fixing... $MASTER_INDEX_FILE_FOOTER = "


Submit new content  |  Register  |  Login"; // Absolute path to the UNIX 'diff' command. $DIFF_PATH = "/usr/bin/diff"; // Absolute path to the UNIX 'patch' command. $PATCH_PATH = "/usr/bin/patch"; // Absolute path to the UNIX 'rm' command. $RM_PATH = "/bin/rm"; // Path to a directory where temporary files can be stored. Don't use a // publicly-accessible path here!. Needs trailing slash. $TEMP_DIR = "/tmp/"; // Path to a log file where debugging info can be sent using the 'my_log' // function. $LOG_FILE = "/tmp/litgloss_cms.log"; ?>